aNubies Posted March 25, 2013 Share Posted March 25, 2013 Okay, now my mind is open with imagecreafrom (png, jpeg, gif) function of PHP. But i'm curious does it support other image format? ofcourse it is a very obvious question seeing those 3 are the only available function, but this is just curiosity. Since I'm planning to reduce and re-scale a sattelite image which is in ".pix" format a type of image file but with a different format. So is it possible? Those who work in maps, satellites is very much appreciated or anyone . Thank you very much in advance. Quote Link to comment https://forums.phpfreaks.com/topic/276116-is-it-possible/ Share on other sites More sharing options...
DaveyK Posted March 25, 2013 Share Posted March 25, 2013 What is you ask? Do you want to know if PHP can read a .pix and convert it to jpg or something? Quote Link to comment https://forums.phpfreaks.com/topic/276116-is-it-possible/#findComment-1420886 Share on other sites More sharing options...
aNubies Posted March 25, 2013 Author Share Posted March 25, 2013 Sorry for the late reply, no convertion at all, I want to do it the same with my png and jpg function which is re-scale and reduce quality only, but this time in .pix image file. Quote Link to comment https://forums.phpfreaks.com/topic/276116-is-it-possible/#findComment-1420893 Share on other sites More sharing options...
Barand Posted March 25, 2013 Share Posted March 25, 2013 Currently available imagecreatefromgd2imagecreatefromgd2partimagecreatefromgdimagecreatefromgifimagecreatefromjpegimagecreatefrompngimagecreatefromstringimagecreatefromwbmpimagecreatefromxbmimagecreatefromxpm Quote Link to comment https://forums.phpfreaks.com/topic/276116-is-it-possible/#findComment-1420894 Share on other sites More sharing options...
DaveyK Posted March 25, 2013 Share Posted March 25, 2013 I was gonna suggest imagecreatefromstring but Barand beat me to it. I dont know anything about it, but you can give it a shot right Quote Link to comment https://forums.phpfreaks.com/topic/276116-is-it-possible/#findComment-1420895 Share on other sites More sharing options...
aNubies Posted March 25, 2013 Author Share Posted March 25, 2013 Well you give me a lot of references there sire , gonna check the documentation of every each and decide what could be use. Quote Link to comment https://forums.phpfreaks.com/topic/276116-is-it-possible/#findComment-1420897 Share on other sites More sharing options...
Solution Barand Posted March 25, 2013 Solution Share Posted March 25, 2013 This may help http://www.fileformat.info/format/inset/egff.htm Quote Link to comment https://forums.phpfreaks.com/topic/276116-is-it-possible/#findComment-1420899 Share on other sites More sharing options...
aNubies Posted March 25, 2013 Author Share Posted March 25, 2013 wow that's great barand, you got a very useful info there . Thank you. Quote Link to comment https://forums.phpfreaks.com/topic/276116-is-it-possible/#findComment-1420900 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.