This website requires JavaScript.
Explore
Help
Sign In
harukin
/
core
Archived
Watch
1
Star
0
Fork
0
You've already forked core
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
This repository has been archived on
2024-08-19
. You can view files and clone it, but cannot push or open issues or pull requests.
Files
cded6b11366e15d6d4ac3eb6d9f86f4d0a60fa7c
core
/
include
/
photo
History
Mario Vavti
4812c5486d
strlen($this->imageString()) does not return the correct size when dealing with os_storage images. use filesize() instead.
...
(cherry picked from commit
afc75af62f
)
2018-11-16 22:19:01 +01:00
..
photo_driver.php
strlen($this->imageString()) does not return the correct size when dealing with os_storage images. use filesize() instead.
2018-11-16 22:19:01 +01:00
photo_gd.php
imagemagick preserves exif when scaling. GD does not. We do not want to preserve exif on thumbnails which we have rotated, as a browser reading the exif information could rotate them yet again. This checkin adds an abstract function to the generic photo driver which makes the behaviour consistent by stripping EXIF from imagick processed images. However, we will attempt to preserve any ICC colour profiles. See
http://php.net/manual/en/imagick.stripimage.php
2018-04-22 18:12:16 -07:00
photo_imagick.php
imagemagick preserves exif when scaling. GD does not. We do not want to preserve exif on thumbnails which we have rotated, as a browser reading the exif information could rotate them yet again. This checkin adds an abstract function to the generic photo driver which makes the behaviour consistent by stripping EXIF from imagick processed images. However, we will attempt to preserve any ICC colour profiles. See
http://php.net/manual/en/imagick.stripimage.php
2018-04-22 18:12:16 -07:00