Hi,
is anybody here who could answer my question I asked
one week ago?
Thanks
Baghira
baghira schrieb:
> Hi,
>
> if have a Problem with reading Data from a jpeg. I
> have written the following code to check which data
is
> already readable:
>
> $jpeg = new
PelJpeg($path."images/".$fileNam
Hi,
if have a Problem with reading Data from a jpeg. I
have written the following code to check which data is
already readable:
$jpeg = new PelJpeg($path."images/".$fileName);
$pre_exif = $jpeg->getExif();
$tiff = $pre_exif->getTiff();
$ifd = $tiff->getIfd();
$next =