loquela Posted June 20, 2009 Share Posted June 20, 2009 Hi there, I'm working on a specialist image library application. users brows images and download the images in a format of their choice (jpeg, wmf, eps, png). I want to sreduce the burden on the administrators of uploading four different images each time. If possible, I woul dlike to use a scriot that converts the master image into any of the chosen formats. In addition, is it possible to convert an image to monochrome using php? Thanks in advance for any help. Quote Link to comment https://forums.phpfreaks.com/topic/163014-solved-converting-images-to-gif-jpeg-wmf-png/ Share on other sites More sharing options...
Mark Baker Posted June 20, 2009 Share Posted June 20, 2009 Take a look at the GD library Quote Link to comment https://forums.phpfreaks.com/topic/163014-solved-converting-images-to-gif-jpeg-wmf-png/#findComment-860122 Share on other sites More sharing options...
swilla Posted June 20, 2009 Share Posted June 20, 2009 This is possible using PHP GD. You can take a look at the documentation on how to do this: http://www.php.net/manual/en/book.image.php The functions you would most likely need are: jpeg2wbmp — Convert JPEG image file to WBMP image file png2wbmp — Convert PNG image file to WBMP image file Quote Link to comment https://forums.phpfreaks.com/topic/163014-solved-converting-images-to-gif-jpeg-wmf-png/#findComment-860124 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.