iphone:编写数据压缩或压缩代理?

发布于 2024-09-24 12:42:11 字数 121 浏览 4 评论 0原文

我正在创建一个简单的服务,用于将照片从 iphone 上传到网络服务器。

但是,在发送请求之前,我希望应用程序在发送之前在后台压缩图片(自定义格式或其他格式)。

关于我如何去做这件事有什么指示吗?

I'm creating a simple service for uploading photographs from an iphone to a web server.

However, before the requests is sent, I want the app to compress the pictures (custom format or otherwise) in the background before sending it.

Any pointers on how I could go about doing this?

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

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

发布评论

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

评论(2

再见回来 2024-10-01 12:42:11

查看发布到 CocoaDev 的 NSDataCategory。它正是您想要做的。

http://www.cocoadev.com/index.pl?NSDataCategory

Check out the NSDataCategory posted to CocoaDev. It does exactly what you're looking to do.

http://www.cocoadev.com/index.pl?NSDataCategory

兔小萌 2024-10-01 12:42:11

我使用 ziparchive 解压缩从服务器下载的内容。它还具有在 iOS 设备上创建 zip 文件的功能,可能正是您正在寻找的功能。

http://code.google.com/p/ziparchive/

I use ziparchive to unzip content downloaded from a server. It also has functionality to create zip files on an iOS device and might be what you are looking for.

http://code.google.com/p/ziparchive/

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