Skip to main content
news

Re: converting raw images f...

Eric Stevens
SubjectRe: converting raw images from Canon EOS 600D
FromEric Stevens
Date12/02/2013 09:16 (12/02/2013 21:16)
Message-ID<dcgo999v97pgkld0o8r6tudnd2fbkaeocm@4ax.com>
Client
Newsgroupsrec.photo.digital
Followsnospam

On Sun, 01 Dec 2013 20:55:59 -0500, nospam <nospam@nospam.invalid> wrote:

nospam
In article <87pppghvji.fld@apaflo.com>, Floyd L. Davidson <floyd@apaflo.com>wrote:

Floyd L. Davidson
Color Management -- A. Input ICC Profile: No profile B. Gamma: 0.45 C. Linearity: 0.10 D.

bd
Output

Floyd L. Davidson
ICC Profile: sRGB E. Output intent: Perceptual F. Output Depth: 8 (16 sometimes)

The above item, setting Output Depth, might be the problem with opening the TIFF files with GIMP. The latest GIMP releases just convert a 16 bit depth file to 8 bits, but earlier ones gave an error.

Also, the TIFF related stuff is in a library, used by both UFRAW and GIMP, so it if it is something else it may not actually be related to the specifics of either of these programs!

nospam
doesn't matter where the problem is.

at the end of the day, he can't open a standard image format.

The problem may be that there are so many variations of the TIFF format that he isn't producing one that his version of GIMP can recognise.

Floyd L. Davidson
At any rate, try both 8 bit depth and 16 bit depth. Do that with two different images, one for each bit depth. If neither can be opened, see what this does:

bd
convert image1.tif -depth 8 newimage1.tif convert image2.tif -depth 8 newimage2.tif

Floyd L. Davidson
That requires the ImageMagick package be installed. If it tells you there is no such command, you definitely want to download and install it! Great tool set for working with images.

Then try opening those with GIMP.

And if it still doesn't work, this almost certainly will:

bd
convert image1.tif -depth 8 -type truecolor -density 300 -units pixelsperinch newimage1.tif

Floyd L. Davidson
If that works, try it again without the "-density 300 -units pixelsperinch" options.

nospam
didn't someone say there were no hoops to jump through??

sure looks like hoops to me.

--

Regards,

Eric Stevens