开发者

Looking for a Image Chooser in Jquery?

I want to be able to b开发者_运维技巧rowse the image from my web directory, select one of them or more and manipulate them. Like Store them... copy them.... resize them etc.

Any plugins or Code to make this possible?


Unfortunately, the closest pre-built thing I know of is a file manager called Mollify, but it can't edit images. (Note: I generally only know about open-source things)

However, you could build you own using some mixture of these resources:

  • Image Uploads with 100% Less Suck. Guaranteed. (AJAX image upload with preview)
  • jCrop (Polished, desktop-like cropping widget)
  • iPhoto-like Image Resizing Using Javascript (Can be adapted for intuitive resizing control. Just read off the width and height on submit and use PHP to do the manipulation)
  • PHP GD
  • phpThumb (Has BMP-reading code to supplement GD that you may want to borrow)
  • WideImage (Object-oriented image manipulation library for PHP which uses GD for the heavy work. Also has BMP read/write code, but it's experimental.)
  • PaintbrushJS (Pure JS image-manipulation library. If you decide to implement more complex operations, this could be used to preview them.)

Sorry I can't be more helpful.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜