well this utility is for windows server and i am using LINUX server.
i need a solution that works with php and linux.
Thanks
Search found 9 matches
- Sun Aug 20, 2006 6:25 am
- Forum: PHPGD.com
- Topic: Webpages to PNg/Jpg/Gif/BMP
- Replies: 7
- Views: 9523
- Wed Aug 16, 2006 8:02 am
- Forum: PHPGD.com
- Topic: Webpages to PNg/Jpg/Gif/BMP
- Replies: 7
- Views: 9523
Webpages to PNg/Jpg/Gif/BMP
Hi,
Is there a way to convert a piece of HTML/webpage to a PNg/JPG/GIF/BMP format.
How can we do that in PHP?
waiting for your response.
Thanks
Is there a way to convert a piece of HTML/webpage to a PNg/JPG/GIF/BMP format.
How can we do that in PHP?
waiting for your response.
Thanks
- Fri Jan 27, 2006 7:32 am
- Forum: PHPGD.com
- Topic: Changing any PNG file to 8bit PNG File
- Replies: 2
- Views: 8640
- Fri Jan 27, 2006 6:09 am
- Forum: PHPGD.com
- Topic: Changing any PNG file to 8bit PNG File
- Replies: 2
- Views: 8640
Changing any PNG file to 8bit PNG File
Hi, My software only works with PNG files and in that only 8 bit PNG Files. So i want it to be dynamic and incase there is need of using any PNG file i want my software to change it in 8 bit first and then use it in software. How can i change any PNG File no matter what resolution it has to 8 Bit PN...
- Wed Jan 25, 2006 11:25 pm
- Forum: PHPGD.com
- Topic: Image Color Replacement Technique
- Replies: 20
- Views: 60595
Bear in mind that this will do exactly what you're asking for. It will change one specific color to a different one. It you want to change a range of colors (eg all the reds) then you'll need to make the color matching a bit fuzzier. [/b] onion how can i do the fuzzy matching of the colors ... as n...
- Fri Jan 20, 2006 11:15 pm
- Forum: PHPGD.com
- Topic: Image Color Replacement Technique
- Replies: 20
- Views: 60595
Thanks jason again for you kind help. I have another question for you in the line. Look at the software below .. i am using the same image in my software and using your provided code it gives me 21 unique colors in the image but if you ll look at the colors given by this software you will see that i...
- Fri Jan 20, 2006 5:44 am
- Forum: PHPGD.com
- Topic: Reading all the colors in a PNG Image
- Replies: 2
- Views: 7803
Reading all the colors in a PNG Image
Thanks alot jason, I really appreciate your help. I would like you to help me in one another task .. how can i read all the colors that are available in an image (i am only working with PNG, BMP and TIF) and fill them in a drop down box. I need them becasue i want my system to be completely dynamic ...
- Fri Jan 20, 2006 5:20 am
- Forum: PHPGD.com
- Topic: Image Color Replacement Technique
- Replies: 20
- Views: 60595
Thanks alot jason, I really appreciate your help. I would like you to help me in one another task .. how can i read all the colors that are available in an image (i am only working with PNG, BMP and TIF) and fill them in a drop down box. I need them becasue i want my system to be completely dynamic ...
- Fri Jan 20, 2006 1:00 am
- Forum: PHPGD.com
- Topic: Image Color Replacement Technique
- Replies: 20
- Views: 60595
Image Color Replacement Technique
Hi. i have a problem i am trying to develope a code that will allow users to change the one specific color of a bitmap image to any specific color they want. SO for this i need some technique that can help me change the colors of pixels in an image to my desired color. How can that be possible ? Any...