Hi, is there a way to get from a jpg file its size (width and heigth)??
or
a way to convert a file the user send's to another one with the size we want?
I saw "jpeg2wbmp" need something like that.
thanks lot's of beer to you all :p
Use the getimagesize() function it maight help you, it outputs an array so you must check the indexes!
🙂 cool, thanks