1
0
mirror of https://github.com/Intervention/image.git synced 2025-02-06 13:59:12 +01:00

483 Commits

Author SHA1 Message Date
Oliver Vogel
837983c825 added "array" argument type 2014-07-27 11:40:50 +02:00
Oliver Vogel
45099a0c78 Merge pull request #177 from Nyholm/patch-1
Added HHVM to travis.yml
2014-07-26 12:51:13 +02:00
Oliver Vogel
907306ce1b added missing docblock 2014-07-26 11:29:58 +02:00
Oliver Vogel
2d69ff5a5d added optional constraints for fit() 2014-07-26 11:27:23 +02:00
Oliver Vogel
0a3e460184 changed exception message 2014-07-26 10:18:39 +02:00
Oliver Vogel
adc7881840 implemented "digit" type 2014-07-26 10:16:11 +02:00
Oliver Vogel
5b50e7b506 added "digit" as argument type 2014-07-26 10:04:49 +02:00
Oliver Vogel
b3540a0f7a added links 2014-07-24 18:49:06 +02:00
Oliver Vogel
96e069ed4f added contributing guideline 2014-07-24 18:47:40 +02:00
Oliver Vogel
968728d84b added countLines method 2014-07-23 18:29:50 +02:00
Tobias Nyholm
57d12f0b06 Added HHVM to travis.yml 2014-07-09 12:33:06 +02:00
Oliver Vogel
fc0c202772 various minor fixes 2.0.5 2014-06-30 17:30:03 +02:00
Oliver Vogel
25aba89310 Merge pull request #170 from ck86/master
Add AbstractDriver type to $driver argument on constructor
2014-06-28 12:47:48 +02:00
Christopher Knötschke
3ccd372dd9 Add AbstractDriver type to $driver argument on constructor 2014-06-27 20:30:05 +02:00
Oliver Vogel
c77ddc29f5 fixed gif encoding looses transparency 2014-06-26 20:08:20 +02:00
Oliver Vogel
fd4a76e59e Merge pull request #165 from djekl/master
make getBoxSize() a public method
2014-06-20 20:11:24 +02:00
Alan Wynn
8e3e179ee4 make getBoxSize() a public method 2014-06-20 18:22:15 +01:00
Oliver Vogel
edd507dacf allow decoding directly from upload object 2.0.4 2014-06-16 11:52:34 +02:00
Oliver Vogel
005999c873 added AbstractDecoder tests 2014-06-16 11:46:11 +02:00
Oliver Vogel
bbdb310dfa disabled session cookies for image route 2.0.3 2014-06-08 23:56:29 +02:00
Oliver Vogel
98ad1958a2 changed minimum-stability 2014-06-08 16:54:42 +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
d6f89cc9bf removed unused files 2014-06-07 11:32:10 +02:00
Oliver Vogel
79bc7874e5 renamed classes 2014-06-05 17:25:48 +02:00
Oliver Vogel
8692a77fb6 only determine mime type for files 2.0.2 2014-05-31 11:37:00 +02:00
Oliver Vogel
e0d9c258ce added orientate command 2014-05-27 17:56:55 +02:00
Oliver Vogel
ba2e707445 reset image orientation for Imagick images on init 2014-05-26 19:54:33 +02:00
Oliver Vogel
e6fb391319 animations on images will be removed on init 2.0.1 2014-05-25 21:00:00 +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
02c58a07bd added directory to ignore 2014-05-25 18:31:23 +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
f63b2a4dd5 added static cache() method 2014-05-23 21:03:46 +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
Jildert Miedema
b4496073ac tiff support 2014-05-23 13:29:49 +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
057f5ac18d set default sharpen value to 10 2014-05-22 18:42:57 +02:00
Oliver Vogel
b60d426398 sharpen amount is now optional 2014-05-22 18:26:25 +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
9b883f3548 fixed links 2014-05-21 11:46:42 +02:00
Oliver Vogel
6d250cf0da fixed issue when saving files without extension 2014-05-20 23:19:52 +02:00
Oliver Vogel
a01e47834d removed deprecated method 2014-05-20 21:31:16 +02:00
Oliver Vogel
6afefddb44 fixed issue when converting transparent images to non-transparent formats 2014-05-20 21:17:34 +02:00
Oliver Vogel
e3f13700a9 changed callback handling in cache method 2.0.0 2014-05-18 19:58:48 +02:00