Hello,
OK. I am more concerned with the tiff problem.
About tiff conversion tools, can you advice me ?
Best Regards.
Giuseppe Angelini
Hello,
I wrote a script to convert my tiff files to jpeg files.
I am just wandering if there is a risk to lose some resolution.
Here is my script:
for f in .tif; do echo "Converting $f"; convert "$f" "$(basename "$f" .tif).jpg"; done
mv .jpg ../JPG/.
assuming the script is in my TIF directory and that ../JPG exists.
For Exemple:
/home/giuseppe/TIF ( tif files location)
/home/giuseppe/JPG ( jpg files location)
I thing this way I have a solution concerning my old tif files.
Best Regards.
Giuseppe Angelini
Do you mean, I loose some quality and I have less compression ?
Hello,
That's fine. Then it is not an error to convert all my old Tif files to jpg files and delete the old tif files keeping only the new jpg files that I will load in my zenphoto database.
Best Regards.
Giuseppe Angelini