Search found 1 match

by superaktieboy
2011-03-26T22:36:49-07:00
Forum: IMagick
Topic: raw rgba pixel data
Replies: 0
Views: 6104

raw rgba pixel data

I have a string of raw RGBA pixel data. How can I convert and save this? I was able to do by saving it first to .rgba and using the command:

Code: Select all

convert -size 128x128 -depth 8 tmp.rgba output.png
but need to do this with imagick/magickwand and php, preferably without saving it.

thanks in advance

Hosh