Level 28
http://image.intervention.io/api/exif
Have you seen the part about php being combiled with --enable-exif?
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hi,
I need to upload images (Intervention\Image) to my project keeping their original EXIF metadata. However when I try to create and upload an Image using:
Image::make($image)->save($org_path);
all EXIF metadata is lost. How can I do to keep original EXIF metadata?
Thank you
Please or to participate in this conversation.