-1

I want to get the width and height of the webp image in the gradle plugin, so I want to translate the bytes into width and height by finding the byte position where the width and height are located

nothing,I can't find the file format for webp

Joachim Sauer
  • 302,674
  • 57
  • 556
  • 614
ke le
  • 1
  • 1

1 Answers1

0

Based on the official documentation, it looks like it can be found right after the Reserved section of the header.

t2techno
  • 16
  • 1