libmagick 相当于 TIFFReadRGBAImage

发布于 2024-12-06 10:42:26 字数 365 浏览 0 评论 0原文

高的。 我试图为 libmagick[++] 找到一个编写良好的 API 文档,以获取 RGB[A] 图​​像数据的光栅内存块。相当于本指南的东西,或者至少有详细记录的类、方法和属性。

有人能指出我正确的方向吗?

谢谢。

编辑:解决:

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

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_);

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

怼怹恏 2024-12-13 10:42:26
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_);
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文