Skip to content

luoruidong/idot-png-encoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

idot-png-encoder

A Python Script to convert Normal PNG Image to Apple iDOT PNG Image (Multi-threaded Decoding PNG).

Usage

idotpngencoder.py -i <inputfile> -o <outputfile> -t <threadnumber>

Input Params:

  • inputfile & outputfile: That's it. Of course input file must be a PNG file.
  • threadnumber: Determines the number of image section, minimum is 2

Discussion

  1. The precise format of iDOT chunk now we known is here http://lrd.tw/LX9E. Just go further than before.
  2. The speed of this task with Python is too slow and dangerous. Do not use this script in Production Environment.

Contact: https://lrdcq.com

About

A Python Script to convert Normal PNG Image to Apple iDOT PNG Image.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages