UIImagePNG 单色表示

发布于 2024-09-08 12:55:09 字数 177 浏览 1 评论 0原文

我正在使用 Objective C 开发一个 iPod-touch 应用程序。我试图捕获用户在设备上创建的绘图。我正在使用 UIImagePNGRepresentation 捕获 PNG 格式的数据。

我想更改 PNG 数据:具体来说,我需要将其更改为单色图像。我该如何将其位深度更改为 1?

问候, 布莱恩

I'm developing an iPod-touch app, using Objective C. I am trying to capture a drawing the user creates on the device. I am using UIImagePNGRepresentation to capture the data in PNG format.

I want to change the PNG data: specifically I need to change it to a monochrome image. How do I go about changing its bit depth to 1?

Regards,
Brian

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

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

发布评论

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

评论(1

一笔一画续写前缘 2024-09-15 12:55:09

请参阅此处的答案以访问像素。

然后,我将迭代数据,根据阈值将值设置为 0xFF.. 或 0x00..。

-S!

See this answer here for accessing the pixels.

Then, I would iterate over the data, setting the values to 0xFF.. or 0x00.. depending on a threshold.

-S!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文