Skip to content

Commit

Permalink
Create TODO.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiritibambix authored Dec 19, 2024
1 parent 1b66a00 commit 0af8aec
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions TODO.md
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.

0 comments on commit 0af8aec

Please sign in to comment.