brunobar79 / J-I-C

J I C is a Javascript Image Compressor using HTML5 Canvas & File API that allows you to compress your jpeg & png images before uploading to the server (100% client-side and no extra libraries required!)
http://makeitsolutions.com/labs/jic/
MIT License
857 stars 196 forks source link

additional_data param for upload method and feature detection #4

Closed davidfq closed 10 years ago

davidfq commented 10 years ago

Hi,

i've added the following (own project needs):

I know you want to keep J-I-C small and simple, but you may find those changes interesting.

BTW, great job!

brunobar79 commented 10 years ago

Hey David Thanks for your suggestions. I'd like to merge your changes but there are some conflicts now and I just updated the library adding PNG alpha transparency support. Do you think you can merge your changes and submit a new PR so I can merge? Thanks!

davidfq commented 10 years ago

Done!

I've also updated the examples

https://github.com/brunobar79/J-I-C/pull/6