WCX plugin for resizing image files in batch mode
Moderators: Hacker, petermad, Stefan2, white
-
- Junior Member
- Posts: 2
- Joined: 2013-03-01, 08:48 UTC
I would like to use the plugin this way...
I search for all JPGs (or other pictures) that are bigger then 1,5MB on my harddrive, those are displayed in the search result then..
then I would like the plugin to resize or repack (change quality) all those
BUT
in would like to replace each file with its new processed image.
But I cannot write ontop of each file.
Any IDEA?
U used ACDSee in the passt or something else...
How ca I overwrite each file at the same postion and path?
I search for all JPGs (or other pictures) that are bigger then 1,5MB on my harddrive, those are displayed in the search result then..
then I would like the plugin to resize or repack (change quality) all those
BUT
in would like to replace each file with its new processed image.
But I cannot write ontop of each file.
Any IDEA?
U used ACDSee in the passt or something else...
How ca I overwrite each file at the same postion and path?
I also need this function.higherbeats wrote:I would like to use the plugin this way...
I search for all JPGs (or other pictures) that are bigger then 1,5MB on my harddrive, those are displayed in the search result then..
then I would like the plugin to resize or repack (change quality) all those
BUT
in would like to replace each file with its new processed image.
But I cannot write ontop of each file.
Any IDEA?
U used ACDSee in the passt or something else...
How ca I overwrite each file at the same postion and path?
And please add a new function, "Save files with original date/time"
-
- Junior Member
- Posts: 2
- Joined: 2013-03-01, 08:48 UTC
2"higherbeats"
If you only ask for doing so using totzl rsz i'm not sure you will get a solution unless author give a look. If you wan to resize or decrease jpg quality on place you should use mogrify (from imagemagick), with TCBL or any other batch tool. If you also need to change date time you can use also redate or nircmd or touc to change date time....
If you only ask for doing so using totzl rsz i'm not sure you will get a solution unless author give a look. If you wan to resize or decrease jpg quality on place you should use mogrify (from imagemagick), with TCBL or any other batch tool. If you also need to change date time you can use also redate or nircmd or touc to change date time....
I added a new option in TotalRSZ to replace the original file. It's on the configure dialog. The new version, v2.5b310, is available for downloading athigherbeats wrote:I would like to use the plugin this way...
I search for all JPGs (or other pictures) that are bigger then 1,5MB on my harddrive, those are displayed in the search result then..
then I would like the plugin to resize or repack (change quality) all those
BUT
in would like to replace each file with its new processed image.
But I cannot write ontop of each file.
Any IDEA?
U used ACDSee in the passt or something else...
How ca I overwrite each file at the same postion and path?
http://www.totalcmd.net/plugring/rsz.html
-
- Junior Member
- Posts: 4
- Joined: 2014-10-23, 16:10 UTC
wcx_TotalRSZ_v2.5b310
Hi
I downloaded this great tool ( wcx_TotalRSZ_v2.5b310 ), and works as I expected, but..
basically what I want to do, is : with the TCM search function ,I searched in about 12000folders the JPG files that are bigger than 1MB, and I want to resize+convert them to make them smaller.
I selected some JPG files from the search window, and converted them nicely as I wanted to, but the images from the several different folders are converted to the other TCM window , into one folder.. which is no good for me , because I want them to be in they'r default folders.
so is there any way to do that ?
thank You in advance.
I downloaded this great tool ( wcx_TotalRSZ_v2.5b310 ), and works as I expected, but..
basically what I want to do, is : with the TCM search function ,I searched in about 12000folders the JPG files that are bigger than 1MB, and I want to resize+convert them to make them smaller.
I selected some JPG files from the search window, and converted them nicely as I wanted to, but the images from the several different folders are converted to the other TCM window , into one folder.. which is no good for me , because I want them to be in they'r default folders.
so is there any way to do that ?
thank You in advance.
Re: wcx_TotalRSZ_v2.5b310
The target folder is not "configurable" you can only use a template to change the filename or to do in place modification...random_anon wrote:Hi
I downloaded this great tool ( wcx_TotalRSZ_v2.5b310 ), and works as I expected, but..
basically what I want to do, is : with the TCM search function ,I searched in about 12000folders the JPG files that are bigger than 1MB, and I want to resize+convert them to make them smaller.
I selected some JPG files from the search window, and converted them nicely as I wanted to, but the images from the several different folders are converted to the other TCM window , into one folder.. which is no good for me , because I want them to be in they'r default folders.
so is there any way to do that ?
thank You in advance.
To be more flexible i use TCBL but it is less "user friendly" as it is just a bat builder and launcher. It does not support unicode names...
But you can use it in conjunction with imagemagick convert or mogrify ...
if you need to change your parameters you can use askparam or integrated feature...