💡 原文英文,约100词,阅读约需1分钟。
📝

内容提要

本文介绍了两个JPEG图像解码函数:DecodeWithJpegdec和DecodeWithTjpg,分别利用gJpegDec和TJpgDec库进行解码,并记录运行指标。

🎯

关键要点

  • 本文介绍了两个JPEG图像解码函数:DecodeWithJpegdec和DecodeWithTjpg。
  • DecodeWithJpegdec函数使用gJpegDec库进行解码,并记录运行指标。
  • DecodeWithTjpg函数使用TJpgDec库进行解码,并记录运行指标。
  • DecodeWithJpegdec函数在解码前打开FLASH存储,设置像素类型为RGB565_LITTLE_ENDIAN。
  • DecodeWithTjpg函数设置字节交换为false,并使用回调函数进行解码。
➡️

继续阅读