Search found 14 matches
- 2016-03-11T06:16:50-07:00
- Forum: Bugs
- Topic: CR2 RAW file conversion
- Replies: 35
- Views: 58939
Re: CR2 RAW file conversion
thanks snibgo! thats awesome...just what i needed!
- 2016-03-10T14:19:28-07:00
- Forum: Bugs
- Topic: CR2 RAW file conversion
- Replies: 35
- Views: 58939
Re: CR2 RAW file conversion
how can i use the jpeg preview embedded in the cr2 file? i need jpeg output
- 2016-03-10T13:40:37-07:00
- Forum: Bugs
- Topic: CR2 RAW file conversion
- Replies: 35
- Views: 58939
Re: CR2 RAW file conversion
well, i toke a better look and your code generates a better result. colors are better. but still different that the original, but i think i can work with this. thanks!
- 2016-03-10T13:38:26-07:00
- Forum: Bugs
- Topic: CR2 RAW file conversion
- Replies: 35
- Views: 58939
Re: CR2 RAW file conversion
i found that code here https://www.imagemagick.org/discourse-s ... hp?t=25424
i tried but did not see any difference
looks the same using
i tried
Code: Select all
dcraw -v -6 -w -T -O foto3.jpg foto.cr2
looks the same using
Code: Select all
dcraw -v -6 -A 2000 2000 1000 1000 -T -O foto3.jpg foto.cr2
- 2016-03-10T13:17:57-07:00
- Forum: Bugs
- Topic: CR2 RAW file conversion
- Replies: 35
- Views: 58939
- 2016-03-10T13:06:47-07:00
- Forum: Bugs
- Topic: CR2 RAW file conversion
- Replies: 35
- Views: 58939
Re: CR2 RAW file conversion
im using ImageMagick-6.9.3-Q16 on windows 64 bits
with seems like the picture is behind a light green glass.
with
Code: Select all
convert E1DXINBI003200.CR2 -set colorspace RGB -resize 800x600 -colorspace sRGB out.png
- 2016-03-10T12:48:39-07:00
- Forum: Bugs
- Topic: CR2 RAW file conversion
- Replies: 35
- Views: 58939
Re: CR2 RAW file conversion
File name : foto.cr2 File size : 24462447 Bytes MIME type : image/x-canon-cr2 Image size : 5472 x 3648 Camera make : Canon Camera model : Canon EOS 70D Image timestamp : 2016:02:21 12:32:18 Image number : Exposure time : 1/100 s Aperture : F2 Exposure bias : 0 EV Flash : No, compulsory Flash bias ...
- 2016-03-10T12:35:42-07:00
- Forum: Bugs
- Topic: CR2 RAW file conversion
- Replies: 35
- Views: 58939
Re: CR2 RAW file conversion
i cant tell about camera settings, because i did not took the picture.
- 2016-03-10T12:20:59-07:00
- Forum: Bugs
- Topic: CR2 RAW file conversion
- Replies: 35
- Views: 58939
Re: CR2 RAW file conversion
i'm using photoshop.
- 2016-03-10T12:16:19-07:00
- Forum: Bugs
- Topic: CR2 RAW file conversion
- Replies: 35
- Views: 58939
Re: CR2 RAW file conversion
comparing the original (foto.cr2) with the new one (foto3.jpg). im using my own pictures...not the same files posted above.
- 2016-03-10T12:02:40-07:00
- Forum: Bugs
- Topic: CR2 RAW file conversion
- Replies: 35
- Views: 58939
Re: CR2 RAW file conversion
i tried, but the result is not good. image is dark and colors do not match with the original image.
i got better results with this
still darker but definitely better...
i got better results with this
Code: Select all
dcraw -v -6 -A 2000 2000 1000 1000 -T -O foto3.jpg foto.cr2
- 2016-03-10T11:23:31-07:00
- Forum: Bugs
- Topic: CR2 RAW file conversion
- Replies: 35
- Views: 58939
Re: CR2 RAW file conversion
i have the same problem here, any update on this? thanks!
- 2015-02-12T10:10:54-07:00
- Forum: Users
- Topic: Losing colors after composite
- Replies: 2
- Views: 2776
Re: Losing colors after composite
hi fmw42, The version i am using is ImageMagick-6.8.9-Q16. I ran identify on the PS image an seems that is CMYK indeed. output: pxy_255449_249785.PS PS 629x822 629x822+0+0 16-bit ColorSeparation CMYK 2.068MB Then i ran the convert command with the colorspace sRGB option that you suggest and now its ...
- 2015-02-10T11:48:11-07:00
- Forum: Users
- Topic: Losing colors after composite
- Replies: 2
- Views: 2776
Losing colors after composite
Hi there, im having problems when composite two images. This is my command line: convert -size 500x400 pxy_255449_249785.PS -thumbnail 500x400 -size 500x400 xc:black +swap -gravity center -composite P_pxy_255449_249785.JPG The resulting image is the right size, but looks like a negated image. image ...