golem Posted April 10, 2007 Share Posted April 10, 2007 Hi, How can I compress an image that the user upload to te server. If the user is uploading a 2mb image, I want to compress it to 200k. any ideas? ??? Thanks Link to comment https://forums.phpfreaks.com/topic/46358-upload-tehn-compress-and-image/ Share on other sites More sharing options...
btherl Posted April 10, 2007 Share Posted April 10, 2007 That can be achieved by resizing the image and/or changing the format. For example, bmp is an uncompressed format, whereas gif, jpg and png are compressed formats. I can't give you the details unfortunately as I don't know them Link to comment https://forums.phpfreaks.com/topic/46358-upload-tehn-compress-and-image/#findComment-225498 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.