https://www.jbig2dec.com/

下载源码编译

./configure CC=arm-linux-gnueabi-gcc --host=arm-linux-gnueabi

Usage: jbig2dec [options] <file.jbig2>
   or  jbig2dec [options] <global_stream> <page_stream>

When invoked with a single file, it attempts to parse it as
  a normal jbig2 file. Invoked with two files, it treats the
  first as the global segments, and the second as the segment
  stream for a particular page. This is useful for examining
  embedded streams.

available options:
    -h --help      this usage summary
    -q --quiet     suppress diagnostic output
    -v --verbose   set the verbosity level
    -d --dump      print the structure of the jbig2 file
                   rather than explicitly decoding
       --version   program name and version information
       --hash      print a hash of the decoded document
    -e --embedded  expect embedded bit stream without file header
    -o <file>      send decoded output to <file>
                   Defaults to the the input with a different
                   extension. Pass '-' for stdout.
    -t <type>      force a particular output file format
                   supported options are 'png' and 'pbm'

执行

./jbig2dec image_102.jb2 -o unkn.png

jbig2转其它格式(支持png,pbm)相关推荐

  1. mysql5.7.9 json_Mysql5.7.9原生JSON格式支持

    Mysql5.7.9原生JSON格式支持 创建表 create table news (uid int auto_increment, data json, primary key(uid))engi ...

  2. MySQL 5.7原生JSON格式支持

    在MySQL与PostgreSQL的对比中,PG的JSON格式支持优势总是不断被拿来比较.其实早先MariaDB也有对非结构化的数据进行存储的方案,称为dynamic column,但是方案是通过BL ...

  3. 视频监控客户端-GB28181之转码库-转码格式支持H265、H264、MPEG4、MPEG2

    视频监控客户端-GB28181之转码库-转码格式支持H265.H264.MPEG4.MPEG2 如需交流可联系QQ:123011785 转码库的基本内容是通过ffmepg的函数进行转码,主要针对市面上 ...

  4. UVC webcam添加H264 NV12等格式支持

    linux webcam 驱动默认仅支持YUY2 和 MJPG 两种格式,这也是大部分USB摄像头和应用支持的格式 下面讲讲如何添加新的格式支持: (1)修改kernel\drivers\usb\ga ...

  5. GDAL添加ECW格式支持

    目录 GDAL添加ECW格式支持 ECW 下载ECW JPEG SDK 在Unix平台构建支持ECW的GDAL 二进制ECW SDK和GCC >= 5.1 在Linux上构建的教程 在Windo ...

  6. 各品牌手机音视频格式支持一览表收藏

     各品牌手机音视频格式支持一览表收藏 <script></script> 三星 SGH-P738:视屏H.263, M-PEG4 ,音频3GPP,ARM-NB,AAC 三星 S ...

  7. C3游戏引擎资源打包格式支持(APK不释放资源的问题)

    http://www.9miao.com/thread-16828-1-1.html C3游戏引擎支持wdf和tpd两种资源打包格式. Wdf是一种C3游戏资源打包格式,不做数据压缩和加密,适合png ...

  8. ffmpeg中的ts/mp4封装格式支持哪些编码格式

    ts libavformat/mpegtsenc.c中 static int mpegts_write_pmt(AVFormatContext *s, MpegTSService *service) ...

  9. html5的视频格式支持

    1. HTML5的视频格式支持 Ogg = 带有 Theora 视频编码和 Vorbis 音频编码的 Ogg 文件 MPEG4 = 带有 H.264 视频编码和 AAC 音频编码的 MPEG 4 文件 ...

最新文章

  1. 关于素数常用结论--威尔逊定理、欧拉定理、费马小定理、米勒罗宾算法
  2. BZOJ4196:[NOI2015]软件包管理器——题解
  3. 宣汉计算机公办学校,宣汉职业中专学校是公办的吗
  4. 在循环里创建数据库连接,严重影响数据库性能
  5. Android 驱动(15)---如何修改USB驱动能力
  6. 优秀的软件测试人员必需具备的素质
  7. 运筹优化(十五)--应用模型之分配问题
  8. SQlite数据库的C编程接口(一) 简介 ——《Using SQlite》读书笔记
  9. SSRF(目录穿越)
  10. 在线 excel 产品技术调研
  11. Retrofit源码分析
  12. 微信公众开发 表情开发php,微信公众帐号开发教程第9篇-QQ表情的发送与接收_PHP教程...
  13. AD19设置元件属性
  14. 微软sus服务器搭建,规划和部署 Exchange Server
  15. 创业者李一男:过去的荣耀早已归零
  16. 酒吧空间怎样量身打造
  17. 相机跟频闪灯(LAMP-S25)、爆闪灯(LAMP-F25)、频爆一体灯(LAMP-SF25)信号线如何连接?
  18. 工业互联网平台IMSA---1.3.启动过程详解2
  19. C#语言实例源码系列-虚拟键盘
  20. STM32——安装mdk514以及main编译成功

热门文章

  1. 修改PPT输出图片的DPI值(分辨率)
  2. iOS之PC与MAC虚拟机之间的文件传输
  3. 七夕要到了,快用Python比心表白吧biubiubiu
  4. 【名额不多了!】Cocos2d-x沙龙深圳站火热报名中
  5. 小肚皮php,妊娠纹如何有效消除 这些方法让你恢复光滑小肚皮
  6. await js 报错_js async/await
  7. ZOJ 2477 Magic Cube 三阶魔方还原(IDA*)
  8. html/css 总结项目之一 PC端 湄公河行动
  9. Windows10设置开发者模式并安装WSL
  10. android执行lua脚本的方法,GitHub - tangqipeng/Android-Lua: lua脚本在Android中运行