MIME file and gd




Hello group,

I'm uploading some image files such as jpeg, png and gif. However, I
must convert time to jpeg type. I have few questions:

1) Can I convert time in using gd library?

2) Currently, I check the MIME file to see what is holding (thanks to
Michael ) like image/jpg or image/gif or image/png. But what should be
the criteria? I'm checking:

if ($img_array_info[mime] == "image/jpg" {
...
}

However, there are some files that rather image/jpg they have image/
jpeg as mime in their headers. Should I compare it agaisnt these two
criteria or there are other things I have to consider too?

Thanks,
Amit



.



Relevant Pages

  • Re: MIME file and gd
    ... I'm uploading some image files such as jpeg, ... I check the MIME file to see what is holding (thanks to ... Michael) like image/jpg or image/gif or image/png. ... criteria or there are other things I have to consider too? ...
    (comp.lang.php)
  • Re: MIME file and gd
    ... Now, if you want a general way to convert between image types, the ... To convert from GIF to JPEG, ... Michael) like image/jpg or image/gif or image/png. ... criteria or there are other things I have to consider too? ...
    (comp.lang.php)
  • Re: MIME file and gd
    ... Now, if you want a general way to convert between image types, the ... To convert from GIF to JPEG, ... Michael) like image/jpg or image/gif or image/png. ... criteria or there are other things I have to consider too? ...
    (comp.lang.php)