ok...i know how to list the contents of a directory and get all the files, etc. what i need to know is how to resize a single image.
basically, what i'd like to do is determine how large the image is...i can use getimagesize() for this. happily, this will also tell me what the image type is.
then how do i resize it? i've seen a whole slew of image functions in the php documentation, but they seem to deal with image resources (kind of like a query resource??) and i'm not familiar with those.
i reckon i could figure this out on my own eventually, but was hoping for a quick tip from someone who has experience dealing with images.
i'm also curious about all those little meta data bits generated by digital cameras.
any help would be much appreciated.