What do you mean? I need to determine which functions to use to convert my incoming RGBA image data to an ImageMagick Image.anthony wrote:The depth setting is used with the size setting to set the image size and number of bits per value.
Search found 2 matches
- 2012-10-18T06:58:56-07:00
- Forum: Users
- Topic: Creating image from raw RGBA data with C APIs
- Replies: 2
- Views: 3139
Re: Creating image from raw RGBA data with C APIs
- 2012-10-16T04:21:47-07:00
- Forum: Users
- Topic: Creating image from raw RGBA data with C APIs
- Replies: 2
- Views: 3139
Creating image from raw RGBA data with C APIs
Hi there, I'm using ImageMagick Wand/core APIs to process some images. I have an image coming in to my code that is a lump of data, void*, in RGBA format with 32 bpp. However, my ImageMagick is compiled with a different bit depth (QuantumDepth of 16, 64 bpp). How can I convert the incoming RGBA ...