Search found 2 matches

by Chrism0310
2015-09-01T23:40:04-07:00
Forum: Users
Topic: [Beginner Question] Convert Tif to PNG
Replies: 2
Views: 2347

Re: [Beginner Question] Convert Tif to PNG

Hello and big thanks for your fast reply!

up to now I tried the following:

set bin="D:\Data Storage\Images\bin"
set source="F:\Datastorage\source"
set target="F:\Datastorage\target"

for %%f in (%source%\*) do (
%bin%\mogrify -path %target%\ -format png %%f
echo %%f processed
)
pause

sadly ...
by Chrism0310
2015-09-01T02:06:33-07:00
Forum: Users
Topic: [Beginner Question] Convert Tif to PNG
Replies: 2
Views: 2347

[Beginner Question] Convert Tif to PNG

Hello,

I got the task to mass convert product images to a certain size and format and for that I first need to convert all the images into pngs. Most of them are .tifs created in CS4-5. When I try to do so I get a PNG for each and every layer of the tif file.

Sadly the images are from various ...