Hey guys,
I am searching for a sample to convert a raw image file with BGRA4444 into a png with ABGR4444 using php.
But there is no sample in the whole www.
Cheers
Sample for raw image converting
Re: Sample for raw image converting
Sleepy forum
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Sample for raw image converting
I do not use raw format so this is something I am just guessing at. But you can load the image as raw, then separate the channels, then recombine the channels into the order you want and save as PNG, if PNG supports that format?
see
http://www.imagemagick.org/Usage/formats/#crw
RGBA at http://www.imagemagick.org/script/formats.php
http://www.imagemagick.org/Usage/color_basics/#separate
http://www.imagemagick.org/Usage/color_basics/#combine
http://www.imagemagick.org/Usage/color_ ... bine_other
Perhaps one of the raw image format users can give you better instructions.
see
http://www.imagemagick.org/Usage/formats/#crw
RGBA at http://www.imagemagick.org/script/formats.php
http://www.imagemagick.org/Usage/color_basics/#separate
http://www.imagemagick.org/Usage/color_basics/#combine
http://www.imagemagick.org/Usage/color_ ... bine_other
Perhaps one of the raw image format users can give you better instructions.