This works at the moment:
Code: Select all
Magick::Blob blob;
image.write(&blob, "RGB", 8);
blob.data() --> this is what I need
Code: Select all
Magick::Blob blob;
image.write(&blob, "RGB", 8);
blob.data() --> this is what I need
Users browsing this forum: Bing [Bot] and 9 guests