Normally I use imagecreatefromjpeg() and then getimagesize(), but with Firefox 3 I need to go round this different. So now im using imagecreatefromstring(), but how do I retreive the image dimensions now?
Normally I use imagecreatefromjpeg() and then getimagesize() , but with Firefox 3 I need
Share
imagesx()andimagesy()functions seem to work with images made withimagecreatefromstring(), too.