|
Posted by Hiker123 on 06/21/07 14:55
Are you looking to modify the PNG on the server
or the client within the browser ?
If you want to modify Server side then look at the GD library. Here
are two good links for that
www.libgd.org/Main_Page
- GD - Open Source library
www.codebeach.com/index.asp?tabID=2&categoryID=13&subcategoryID=4
- GD Tutorials
If you want to modify within the browser you might
consider use of an ActiveX component like our own
MetaDraw 3 OCX ( see www.Bennet-Tec.com) , or ImageMan ( from
DataTechniques www.Data-Tech.com ).
* MetaDraw will allow resizing, drawing / annotation, ..
by client side script or even ( if you allow ) by the
end-user with his mouse within the browser. * ImageMan
is great for things like Resizing, Rotation, Color depth
manipulation, Gamma correction, ...
* * Please include a copy of this message with your reply
-----
Jeff Bennett
Jeff@Bennet-Tec.Com
* Bennet-Tec Information Systems, Inc
* 50 Jericho Tpk, Jericho, NY 11753
* Phone 516 997 5596, Fax - 5597
* RELIABLE Components Make You Look Sharp!
* TList/Pro * ALLText HT/Pro * MetaDraw *
* Custom Software Development Services Too.
* WWW.Bennet-Tec.Com
=================== ===================
On Jun 21, 3:01 am,
shotokan99 <soft_devjava@yahoo.com>
wrote:
> i have this situation. i have a query string:
>
> http://www.myquerystring.com?x=xxxxx
>
> what this url does is it will return or start downloading a .png file.
> what i wanted to do is trap this png file and manipuate the image like
> resizing, color...etc. how can i do this?
======================================
Navigation:
[Reply to this message]
|