Conversation
Notices
-
With which very simple !linux application can my wifes convert photos to smaller images (imagemagick & gimp are too difficult)?
-
@qapsl0ck maybe mtpaint, gpaint, pinta not sure for bulk editing
-
@qapsl0ck: If I were you I would write a simple bash script that does what she wants using imagemagick ;)
-
@qapsl0ck: try phatch. It's great for batch processing photos among other things
-
@qapsl0ck: Try phatch. Easy enough once you created her the set of operations that she needs.
-
@qapsl0ck try the nautilus-image-converter. Worked for my girlfriend
-
@qapsl0ck emacs-wifewantstoconvertphotosmode maybe?
-
@jargon: Never knew about the 'convert' command. Thanks for the tip
-
@qapsl0ck kim is a very simple and intuitive option for KDE
-
@qapsl0ck "convert -resize 50% *.JPG" (change value and filetype to your needs). Run this in folder containing the pictures. Easy enough?:)
-
@jargon: It has a ton of options
-
@qapsl0ck: Try 'convert -thumbnail 25% yourpic.jpg shrunken.jpg'
-
@qapsl0ck: gthumb is good. That's what my wife uses :-)