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: No registered users and 8 guests