stomita / ios-imagefile-megapixel

Fixes iOS6 Safari's image file rendering issue for large size image (over mega-pixel), which causes unexpected subsampling when drawing it in canvas.
MIT License
586 stars 159 forks source link

Maintainer needed #34

Open stomita opened 10 years ago

stomita commented 10 years ago

Since I'm not really using ios-imagefile-megapixel anymore these days I haven't been able to devote much attention to this project. I would really love to find a new maintainer to take over responsibility for this project.

Anyone up for the challenge?

deepflame commented 10 years ago

Hi @stomita , just wanted to "thank you" for this great library. It saved me a lot of headaches. Thanks a ton, this is a real blessing! (just needed a place to say this, not that I wanted to volunteer :) )

sandstrom commented 9 years ago

@stomita Perhaps you can defer to https://github.com/blueimp/javascript-load-image. I think that library already uses some of the techniques you built into megapixel (mentioned in its credits).