High. I was trying to find a well written API documentation for libmagick[++] to get a raster memory block for RGB[A] image data. Something equivalent to this guide or at least well documented classes, methods and properties.

Can anyone point me in the right direction?

Thanks.

Edit:solved:

void Magick::Image::write(Blob *blob_,
    const std::string &magick_,
    const unsigned int depth_);
有帮助吗?

解决方案

void Magick::Image::write(Blob *blob_,
    const std::string &magick_,
    const unsigned int depth_);
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top