Search found 5 matches

by videomike99
2016-04-28T14:36:30-07:00
Forum: Users
Topic: dds to png conversion colors wrong
Replies: 12
Views: 6349

Re: dds to png conversion colors wrong

That's great...now it just seems like a gamma issue maybe...
by videomike99
2016-04-28T14:04:46-07:00
Forum: Users
Topic: dds to png conversion colors wrong
Replies: 12
Views: 6349

Re: dds to png conversion colors wrong

I'm not sure what the original colorspace is, so I've tried just about every one, as well as omitting the value and going with the default as well.
by videomike99
2016-04-28T14:02:54-07:00
Forum: Users
Topic: dds to png conversion colors wrong
Replies: 12
Views: 6349

Re: dds to png conversion colors wrong

Sorry...I had a typo. :?
Below is the command string:

convert colorbars.dds -set colorspace ycbcr -colorspace rgb newfile.png

I've also tried:

convert colorbars.dds -set colorspace ycbcra -colorspace rgb newfile.png
by videomike99
2016-04-28T13:19:00-07:00
Forum: Users
Topic: dds to png conversion colors wrong
Replies: 12
Views: 6349

Re: dds to png conversion colors wrong

Windows 7 64bit ImageMagick -6.9.3-Q16 Input file: http: http://www.video-impressions.com/images/colorbars.dds Output file: http://www.video-impressions.com/images/newfile.png What file should look like: http://www.video-impressions.com/images/ColorBars.png The output is purple-ish when opened in ...
by videomike99
2016-04-28T12:03:20-07:00
Forum: Users
Topic: dds to png conversion colors wrong
Replies: 12
Views: 6349

dds to png conversion colors wrong

Hi All. I'm new to ImageMagick, and am trying to convert an existing .dds image to .png, (or anything else for that matter). Here's my command string: convert colorbars.dds -set colorspace ycbca -colorspace rgb newfile.png The original image can be found here: http://www.video-impressions.com/images ...