Image control/ActiveX simialr to Picturebox
Hi,
I was working on PictureBox for image related options. It doesn't have rotate, annotate functionality.
PictureBox is fast in loading. Is there any control which is paid/free. And has all the functionality like zoom, rotate, annotate.
Thanks,
Prasad.
Re: Image control/ActiveX simialr to Picturebox
PHP doesn't have controls (such as ASP.NET does) -- it just outputs HTML. JavaScript might be able to accomplish some of the things you want to do, and PHP can do image manipulation, but I'm really not sure what you're trying to do.