ChrisViral / RealChute

Realistic parachutes for KSP
47 stars 38 forks source link

Crush all the pngs. #9

Closed dak180 closed 10 years ago

dak180 commented 10 years ago

Also get rid of the Thumbs.db files

Output Log: https://gist.github.com/dak180/42fcd7d0cee28ed99ccc

PNGs reduced in size in a lossless manner.

ChrisViral commented 10 years ago

Mind xplaining what you did? Those textures can get stretched pretty large especially for canopies, I'd rather not have them artifacting at large scales

dak180 commented 10 years ago

I used a combination of optipng and advpng; the nice thing about these tools is that though they alter the way the image data is stored to achieve a smaller size they do not alter the image its self.

On 2014/08/05, at 11:09 PM, Christophe Savard notifications@github.com wrote:

Mind xplaining what you did? Those textures can get stretched pretty large especially for canopies, I'd rather not have them artifacting at large scales

— Reply to this email directly or view it on GitHub.

ChrisViral commented 10 years ago

Awesome, thank you very much then! Merging the changes.