Let user choose file name and save path when saving an icon. #6
Labels
No labels
CLI
GUI
bug
duplicate
feature
in development
invalid
non-priority
optimisation
prioritised
wontfix
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Ruben/iconiic#6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Right now using the feature for saving an icon just saves said icon as "icon.bmp" in the project's folder in the line:
image.save('icon.bmp') # Save the Pillow image
Users should at least get asked where to save the icon, could delve into what format to save it in too.