Skip to content

Vinetto v0.9.11 Release

Compare
Choose a tag to compare
@AtesComp AtesComp released this 23 Feb 02:04
· 4 commits to master since this release

Vinetto is a Python 3 application. All Python 2 compatible code has been removed.
It has been tested under Linux with Python3 (3.9)

Notable Changes:

Type 1 image processing has been restructured based on examination of the partial JPEG structures stored in submitted Thumbs.db files. The structure reports RGBA frames. However, tests show the image data is actually stored as a repurposed "out-of-order" CMYK structure. The CMY channels were found to be reversed (YMC) and the K channel appears to be repurposed for Alpha transparency. The processing now constructs the JPEG by properly reordering the CMY channels and using a blank K channel on all extractions. Additional diagnostic information is generated on the Type 1 structure with increase verbosity levels.