Convert and delete
Posted: 2010-01-12T06:16:15-07:00
Hi all.
Happy new year to all the members of this forum !
I want to create a Hot Folder in which one everybody will copy image with the extension *.tif, and I want to convert these files as JPEG with the best quality and then delete the TIFF after the conversion.
My computer is a MacPro with Snow Leopard
The script is :
mogrify -format JPG *.tif
My script will check the folder every minutes, so I want to remove the original TIFF from this folder. If I don't remove the files, the script will recreate all JPEG every minutes...
Is there any solution with ImageMagick ?
Thanks a lot !
Alexandre
Happy new year to all the members of this forum !
I want to create a Hot Folder in which one everybody will copy image with the extension *.tif, and I want to convert these files as JPEG with the best quality and then delete the TIFF after the conversion.
My computer is a MacPro with Snow Leopard
The script is :
mogrify -format JPG *.tif
My script will check the folder every minutes, so I want to remove the original TIFF from this folder. If I don't remove the files, the script will recreate all JPEG every minutes...
Is there any solution with ImageMagick ?
Thanks a lot !
Alexandre