dnsev / 4cs

Media player userscript, steganographic embedding
https://dnsev.github.io/4cs
15 stars 3 forks source link

Why not .gif instead of bigger? #27

Closed vampiricwulf closed 11 years ago

dnsev commented 11 years ago

Quality and file size control, don't have to worry about limited colors, same file extension. .png's also keep any transparency.

I'm not sure if the C++ libraries I used can export to .gif, but I already had the code for .png and .jpg exporting, so that was faster.

I tried to get this made quickly after it was demanded, so I just went with the obvious solution rather than having to worry about testing file sizes with .gif outputs.

vampiricwulf commented 11 years ago

Makes sense. Thanks for the quick response.