1
0
mirror of https://github.com/Intervention/image.git synced 2025-01-17 12:18:14 +01:00

168 Commits

Author SHA1 Message Date
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
Oliver Vogel
a912b12ede added Image::basePath() 2014-08-21 20:43:24 +02:00
Oliver Vogel
f0cc7cc86c removed last commit 2014-08-20 20:39:36 +02:00
Oliver Vogel
6b19f49183 added callback on save() success 2014-08-19 21:26:11 +02:00
Oliver Vogel
2fb5e286e4 removed illuminate depedencies 2014-08-06 20:37:17 +02:00
Sági-Kazár Márk
d3321a7c6f Adds ImageManagerBasic 2014-08-06 19:10:14 +02:00
Oliver Vogel
b8cc2431fc added polygon drawing 2014-07-27 12:44:21 +02:00
Oliver Vogel
837983c825 added "array" argument type 2014-07-27 11:40:50 +02:00
Oliver Vogel
2d69ff5a5d added optional constraints for fit() 2014-07-26 11:27:23 +02:00
Oliver Vogel
5b50e7b506 added "digit" as argument type 2014-07-26 10:04:49 +02:00
Oliver Vogel
968728d84b added countLines method 2014-07-23 18:29:50 +02:00
Oliver Vogel
c77ddc29f5 fixed gif encoding looses transparency 2014-06-26 20:08:20 +02:00
Oliver Vogel
edd507dacf allow decoding directly from upload object 2014-06-16 11:52:34 +02:00
Oliver Vogel
005999c873 added AbstractDecoder tests 2014-06-16 11:46:11 +02:00
Oliver Vogel
e95c4f2f8a fixed bug in imagick version of trim command 2014-06-08 15:59:04 +02:00
Oliver Vogel
a17342106a fixed bug when trying to read non-existent exif data 2014-06-07 19:56:51 +02:00
Oliver Vogel
79bc7874e5 renamed classes 2014-06-05 17:25:48 +02:00
Oliver Vogel
e0d9c258ce added orientate command 2014-05-27 17:56:55 +02:00
Oliver Vogel
2582007a17 Imagick encoder resolves to getImagesBlob 2014-05-25 18:33:25 +02:00
Oliver Vogel
cf4ba6b086 added min/max argument validation 2014-05-25 18:31:34 +02:00
Oliver Vogel
055d579403 fixed bug when resizing exceeds given values 2014-05-24 22:59:05 +02:00
Oliver Vogel
6638929324 allow limitColors to be called with null 2014-05-24 18:56:47 +02:00
Oliver Vogel
29ca49baa7 switched default color from transparent-black to transparent-white (still 100% transparent) 2014-05-23 17:19:02 +02:00
Oliver Vogel
c471b680a1 set default output of undefined images to jpeg 2014-05-23 17:12:21 +02:00
Oliver Vogel
a9dd84fc63 tiff encoding tests 2014-05-23 16:55:47 +02:00
Oliver Vogel
0598667afb fixed issue when cloning Image objects 2014-05-22 20:03:33 +02:00
Oliver Vogel
10088537b7 identifyImage without raw output 2014-05-22 19:27:49 +02:00
Oliver Vogel
459956a6e6 added sharpen command 2014-05-22 17:42:16 +02:00
Oliver Vogel
3b202292db fixed issue with opacity() not retaining transparency with Imagick 2014-05-21 20:33:11 +02:00
Oliver Vogel
a01e47834d removed deprecated method 2014-05-20 21:31:16 +02:00