You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Might be an easily answered question if I looked harder, but is it possible to take a raw RGBA buffer and pass it to ImageMagick using this crate?
I imagine it will be some mixture of read_image_blob, but I need some way to tell ImageMagick the dimensions of the image. Am I on the right track, or is this not possible at the moment?
The text was updated successfully, but these errors were encountered:
Might be an easily answered question if I looked harder, but is it possible to take a raw RGBA buffer and pass it to ImageMagick using this crate?
I imagine it will be some mixture of
read_image_blob
, but I need some way to tell ImageMagick the dimensions of the image. Am I on the right track, or is this not possible at the moment?The text was updated successfully, but these errors were encountered: