• 首页 首页 icon
  • 工具库 工具库 icon
    • IP查询 IP查询 icon
  • 内容库 内容库 icon
    • 快讯库 快讯库 icon
    • 精品库 精品库 icon
    • 问答库 问答库 icon
  • 更多 更多 icon
    • 服务条款 服务条款 icon

在iOS访问JPEG COM段?

用户头像
it1352
帮助1

问题说明

JPEG有许多标记段级别,我想读写注释标记段级别-COM(读/写).它需要底层编程.如何在iOS中访问它?

JPEG has many Marker Segment Levels, I want to read and write Comment marker segment level - COM (read/write). It needs low level programming. How can i access it in iOS ?

参考-

  1. http://help.accusoft.com /ImageGear/v18.1/Mac/IGDLL-10-05.html
  2. https://www.npmjs.com/package/jpeg-com-segment
  3. http://www.sno.phy.queensu.ca/~ phil/exiftool/
  1. http://help.accusoft.com/ImageGear/v18.1/Mac/IGDLL-10-05.html
  2. https://www.npmjs.com/package/jpeg-com-segment
  3. http://www.sno.phy.queensu.ca/~phil/exiftool/

正确答案

#1

IOS允许您打开文件.读取JPEG文件.在流中搜索COM标记.阅读长度.读取数据.这是基本的[目标] C编程.

IOS allows you to open files. Read the JPEG file. Search the stream for the COM marker. Read the length. Read the data. It's basic [objective] C programming.

这篇好文章是转载于:学新通技术网

  • 版权申明: 本站部分内容来自互联网,仅供学习及演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,请提供相关证据及您的身份证明,我们将在收到邮件后48小时内删除。
  • 本站站名: 学新通技术网
  • 本文地址: /reply/detail/tanhcakfck
系列文章
更多 icon
同类精品
更多 icon
继续加载