• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Tool like the windows picture viewer

Red Squirrel

No Lifer
One thing I really miss from Windows is the picture viewer/editor. If I have a folder full of pics I could open one up, do basic things like crop rotate, hit the next, go to next picture, edit if needed, or delete, etc... and basically drill through them all then save them all "in place". The closest thing is Gthumb, but it has lot of anoyances. For example when you do something to a picture, it kicks you off to the first one in the list. If you have 200+ pics to go through, this is unacceptable.

Is there perhaps a better tool for this? Basically when I take pictures I always take like 10 as my camera is hit and miss so out of the 10 maybe only 2 will turn out, so I can drill through and delete the bad ones. But being kicked back to the first pic every single time makes this task very long and tedious.
 
Just checked it out, seems to do what I need.

Come to think of it, are there any decent batch resize/edit apps like Irfanview? Occasionally that comes in handy too, but most of the time I just need a quick way to go through and delete/rotate/crop so Shotwell will probably do for that.
 
You can install imagemagick to give you command line tools for image processing. I've got a few shell scripts I use to process RAW -> JPEG/thumbnails from my camera.
 
If you're rotating/resizing JPEG files in a script, you want to use "jpegtran", so it doesn't lose any quality in recompression.

Also, I've never seen that "going back to the start" problem when using "Eye of Gnome" (eog), as long as I delete from within it. It can do rotation, too, though not cropping.
 
Back
Top