5 Commits (9f5dfd5fc828d36bf8ff47cd6b32879d6e7556da)

Author SHA1 Message Date
trivernis e0c508fb3c Change `make([]byte, 0)` to type annotation 5 years ago
trivernis 7d274257bc Change storing of the data to use multiple chunks
Data needs to be stored in multiple chunks with a maximum size of 1MB in order for image viewers to still handle the files. Especially libpng had problems with too large chunks sizes.
5 years ago
trivernis d340e93700 Remove storing raw data
Remove the storing of the raw chunk data and use ChunkData.GetRaw() insted to decrease the memory impact
5 years ago
trivernis 621633263f Add option to decrypt data from an image
Add flag -decrypt that decrypts the input image and writes the data into -out
5 years ago
trivernis 9a564afc5b Move png utility stuff to seperate file 5 years ago