1
0
mirror of https://github.com/Intervention/image.git synced 2025-02-24 22:22:32 +01:00

197 Commits

Author SHA1 Message Date
Lee Boynton
1ab6b95ca5 Restrict the maximum rotation value to 360 degrees
Applying a rotation value more than this may use unnecessary server side resources
2018-03-02 17:59:34 +00:00
Oliver Vogel
fcbdd13cee fixed conflicts 2017-09-21 18:28:56 +02:00
Daniel Hensby
047ae11ae0
Refactor BackupCommand to use native clone 2017-09-12 12:14:35 +01:00
Marcin Nabiałek
ddac449102 Use short array syntax, remove trailing spaces 2017-09-02 21:24:22 +02:00
Oliver Vogel
dccbee2e9d check on webp functions before running tests 2017-07-03 17:04:25 +02:00
Oliver Vogel
baeeac5125 webp decoding 2017-07-03 16:31:54 +02:00
Oliver Vogel
961c58a995 webp encoding 2017-07-03 16:04:45 +02:00
Daniel Hensby
19f84f90bd
NEW Allow images to be initiated from PSR StreamInterfaces 2017-06-26 15:29:19 +01:00
Oliver Vogel
2ab7e97d08 Merge pull request #668 from frederikbosch/own-driver
allow intervention to use own drivers
2017-01-20 18:22:51 +01:00
Frederik Bosch
b27bbe5771 fix php 5.4 2017-01-18 21:15:33 +01:00
Frederik Bosch
9729f0ef21 allow intervention to use own drivers 2017-01-18 20:35:45 +01:00
Frederik Bosch
91175bfb49 fix exif imagick bug when reading complete array of exif data 2017-01-18 20:25:45 +01:00
Oliver Vogel
ac5276387b fix 2017-01-09 21:36:59 +01:00
Oliver Vogel
6337bf6b1d fix 2017-01-09 21:36:05 +01:00
Frederik Bosch
246341693d different solution, prefer extension over imagick 2017-01-07 18:12:53 +01:00
Frederik Bosch
bd9a631d78 test 19 exif tags 2017-01-07 17:59:28 +01:00
Frederik Bosch
e6ec5dcfd9 add support for exif to imagick extension without requiring exif extension 2017-01-07 17:48:52 +01:00
zema
69f977b726 throw NotReadableException if try read partially saved image
(getimagesize returns correct size, but image infact is not readable)
2016-04-26 11:48:25 +03:00
Andreas Möller
db64b46acd Fix: No need for leading slash in imports 2016-01-02 19:40:34 +01:00
Oliver Vogel
8300e4271e Merge pull request #489 from localheinz/fix/unused-imports
Fix: Remove unused imports
2016-01-02 19:06:03 +01:00
Andreas Möller
5baeb14611 Fix: Remove unused imports 2016-01-02 14:48:56 +01:00
Andreas Möller
9e3ba9ebbb Fix: Case-insensitive class names 2016-01-02 14:46:00 +01:00
Oliver Vogel
a67ee32df0 fixed incompatible API issues 2015-11-30 18:03:21 +01:00
Oliver Vogel
40cb418c49 exif() and orientate() now throw exception, if image is not instantiated from filepath 2015-11-27 19:22:21 +01:00
Oliver Vogel
cff322864b fixed basePath() 2015-11-26 12:44:27 +01:00
Oliver Vogel
1c887a0cb2 Merge branch 'master' of https://github.com/stephandesouza/image into stephandesouza-master 2015-08-16 17:31:49 +02:00
diarmuid
005c563112 Unit test isEncoded() function 2015-08-15 18:30:10 +01:00
Stephan de Souza
f528f608ec Added support for Image::fill() with array (RGB / RGBA) 2015-08-13 17:05:56 -03:00
Oliver Vogel
eed2b262f0 minor changes 2015-06-28 17:45:46 +02:00
Wolfy-J
c7a6305205 Tests. 2015-06-28 17:08:10 +03:00
Alexey Ashurok
ff56745b37 Change Imagick method for fitCommand 2015-06-09 17:06:06 +06:00
Oliver Vogel
c10021588b bugfix 2015-04-22 17:55:49 +02:00
Oliver Vogel
1e7b284f5e changed Imagick method of resizeCommand 2015-04-22 17:43:41 +02:00
Ramiro Araujo
e5259db76b added resource stream detection and initialization, with tests 2015-04-10 15:08:13 -03:00
Danny Loomeijer
7661edeaed lowered the resource usage of GetSizeCommand() which fixes some odd Imagick segfaults 2015-03-09 11:50:58 +01:00
Oliver Vogel
6554d8165e destroy() now also frees memory of backup 2015-01-20 18:10:23 +01:00
Oliver Vogel
b3ccde879d added getBackups method 2015-01-20 17:54:44 +01:00
Oliver Vogel
bd654f9ca2 added tests 2015-01-20 17:43:49 +01:00
Florian Dehn
cc6161cc4f added iptc command 2014-12-24 10:14:37 +01:00
Oliver Vogel
b5350f62f5 fixed bug images losing colorspace when using resizeCanvas 2014-12-20 15:14:38 +01:00
Oliver Vogel
e012301c85 bugfix 2014-12-12 16:45:28 +01:00
Oliver Vogel
0d2eb58585 addition to previous commit 2014-11-21 19:49:22 +01:00
Oliver Vogel
8d0d2da878 added ico and psd write support for imagick driver 2014-11-05 17:53:31 +01:00
Oliver Vogel
235019ad29 added support to decode directly from base64 encoded data 2014-10-18 11:52:36 +02:00
Oliver Vogel
f65e57914f added possibility to reset multiple times to a backup 2014-09-18 17:55:40 +02:00
Hakan Aktaş
950c3e613e added named backup functionality 2014-09-18 14:34:06 +03:00
den
4df52cde5d added optional position argument to fit command 2014-09-04 12:12:00 +04:00
Oliver Vogel
41266db66d added optional constraint parameter to widen and heighten 2014-08-31 12:16:28 +02:00
Johnson
fd4bcf5f0b Support creating Image from SplFileInfo object 2014-08-28 09:37:10 +10:00
Oliver Vogel
9f4b7fd023 added possibility to init image from data-url string 2014-08-22 18:05:04 +02:00