Compression Issue ....
Posted: 2008-06-19T03:20:06-07:00
I'm creating a batch script that will allow my clients to use ImageMagick on Windows (2000/XP/Vista) to resize and change resolution of photos from a batch file. The folder containing the images then has to be uploaded to my server.
I've got a real problem though. It appears that most windows computers don't come with a compression utility that can be accessed from cmd.exe. Which means that I can process the images from the batch file, but I can't zip or compress the folder without having to get every client to download and install 7z.
I know that ImageMagick can compress individual images. I'm wondering whether that compression can be extended to compress folders as well ? I know it's a bit of a long shot, but if anyone can think of a way in which my clients would be able to process and compress using only one program / installation. Then that'd be really helpful ...
How difficult would it be to bundle a compression utility with the ImageMagick libs ?
Thanks,
I've got a real problem though. It appears that most windows computers don't come with a compression utility that can be accessed from cmd.exe. Which means that I can process the images from the batch file, but I can't zip or compress the folder without having to get every client to download and install 7z.
I know that ImageMagick can compress individual images. I'm wondering whether that compression can be extended to compress folders as well ? I know it's a bit of a long shot, but if anyone can think of a way in which my clients would be able to process and compress using only one program / installation. Then that'd be really helpful ...
How difficult would it be to bundle a compression utility with the ImageMagick libs ?
Thanks,