-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1b66a00
commit 0af8aec
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
~~- Better handle the option to preserve the image ratio in pixels: if I enter a value in one field (width or height) and the "preserve ratio" checkbox is checked, the other field should automatically fill with the appropriate value in pixels, respecting the ratio. | ||
If the checkbox is unchecked, the image is expected to be distorted.~~ | ||
|
||
~~- Optimize images (compression).~~ | ||
|
||
~~- Batch~~ | ||
|
||
~~- Suffix~~ | ||
|
||
~~- Support all formats~~ Filter the \* if necessary~~ | ||
|
||
~~- How to handle images with a complex URL~~ | ||
|
||
~~- Replace Tkinter with PyQt for a more modern interface.~~ | ||
|
||
- Handle specific download or image processing errors without stopping the entire process. | ||
|
||
- Cron purge | ||
|
||
- Batch: small scrollable window at the top of the form displaying the list of files, with a red cross next to each file name to remove a file from the batch if needed. Must be responsive. |