Problems converting PNG -> TIF
Posted: 2017-05-05T08:18:09-07:00
Hi everyone,
I'm having trouble converting a PNG to TIF. Bear with me.
Input:
test.png PNG 1844x1240 1844x1240+0+0 8-bit sRGB 256c 829KB 0.000u 0:00.000
I want to convert this file to a sRGB TIF. I've tried the following.
convert test.png test.tif
This converts the png to a grayscale tif for some reason. Why? The input png contains only grayscale information (a grayscale screenshot created with webkit2png) - could this be the origin of the trouble?
Output:
test.tif TIFF 1844x1240 1844x1240+0+0 8-bit Grayscale Gray 976KB 0.000u 0:00.000
I've tried forcing input and output profiles to sRGB but it still generates an grayscale tif.
convert test.png -profile sRGB\ Profile.icc -profile sRGB\ Profile.icc output_srgb.tif
Please help? A big thanks in advance.
I'm having trouble converting a PNG to TIF. Bear with me.
Input:
test.png PNG 1844x1240 1844x1240+0+0 8-bit sRGB 256c 829KB 0.000u 0:00.000
I want to convert this file to a sRGB TIF. I've tried the following.
convert test.png test.tif
This converts the png to a grayscale tif for some reason. Why? The input png contains only grayscale information (a grayscale screenshot created with webkit2png) - could this be the origin of the trouble?
Output:
test.tif TIFF 1844x1240 1844x1240+0+0 8-bit Grayscale Gray 976KB 0.000u 0:00.000
I've tried forcing input and output profiles to sRGB but it still generates an grayscale tif.
convert test.png -profile sRGB\ Profile.icc -profile sRGB\ Profile.icc output_srgb.tif
Please help? A big thanks in advance.