I thought you wanted them overwriting the originals.
Image seam carving is an algorithm for content-aware image resizing invented by Shai Avidan and Ariel Shamir (http://www.faculty.idc.ac.il/arik/). The method takes content of the resized image into account and removes least significant pixels first.
Picture Resizer 3.0 uses combination of classic image resampling and image carving to change both size and aspect ratio of a picture and preserve as much of the original as possible while filling the whole destination rectangle.
The need to adjust aspect ratio of wallpapers was the main motivation for the addition of the retargeting function in Picture Resizer 3.0. While digital cameras usually have a 4:3 aspect ratio, LCD displays use another ones, like 5:4, 8:5 or 16:9. PhotoResize.exe can adjust your photos for your display. Just let it know your wishes and pray.

Image aspect ratio was changed. Note that the clouds appear to have been moved rather than distorted.
Rename the application and use the G letter in the filename before the actual resolution. Then drag and drop the photo on the tool's icon and it will adjust it for you. Here are the 4 most typical settings:
If you are not sure, what resolution is your display using, look up the display properties in Control Panel. Your internet browser states that your screen resolution is: pixels.
Get Picture Resizer from the main page.
I thought you wanted them overwriting the originals.
Sorry yes I did but it renamed them xxxx1400x1400 and creates a smaller "Duplicate"..
Ive got it working from a cmd line
PhotoResizeF1400x1400ISEH.exe "C:\xxxxx\C\CARS GT" "-cC:\<ROOT>\<PATH><NAME>.jpg" -e -i
but would like to be able to replicate that on any one of the 10,000 folders I have passing in the path via the context menus you can create.
If I use "-cC:\<ROOT>\<PATH><NAME>.jpg" -e -i on the context menu I get an error occurred when it hits an image it's tried to resize
(sorry now registered so thats why name change)
I would recommend to read the documentation carefully, details are important in this case. Here is a couple of hints:
You probably want to use:
PhotoResize1400ISEH.exe "C:\xxxxx\C\CARS GT"
This will overwrite the files.
You can add this to the context menu if you wish.
You can also add R to process all subfolders.
Great thank you for your advice.
Hi, is this program using ERRORLEVELS ?
If I resize an existent image to an unexistent path, where it will be created ?
It doesn't return errors and I can't find the image.
Thanks
It is a batch processor and one failed image is not considered a critical error. It just prints an error message on the screen and continues. Error is only returned if the parameters on command line are wrong.
Images are by default created in the same folder, but it can be overridden by the -c with a template of the destination file path and name.
any reason I'm getting
"Error occured while processing: C:\XAMPP\xampp\htdocs\EcosExpo\img\news\resizeme\546afffc.jpg"
when using the image carving? the name of my exe is PhotoResizeG400x150.exe
it seems like it can't carve when the dimensions are off too much
TIA
I'd like to retarget portrait and landscape seperately to keep pictures accordingly:
PhotoResize.exe -r -if -g400x640 "-cD:\tmp3\Result\<PATH><NAME>.jpg" -e -u -m %1
But although I specify "-if" it always resizes everything. How can I do this?
the full condition must be used, for example: "-if X<Y"
Thanks it works now!