Skip to main content
news

Re: converting raw images f...

nospam
SubjectRe: converting raw images from Canon EOS 600D
Fromnospam
Date2013-12-02 02:55 (2013-12-01 20:55)
Message-ID<011220132055593013%nospam@nospam.invalid>
Client
Newsgroupsrec.photo.digital
FollowsFloyd L. Davidson
FollowupsFloyd L. Davidson (24m) > nospam
Eric Stevens (6h & 20m)

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!

doesn't matter where the problem is.

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

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.

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

sure looks like hoops to me.