1
0
mirror of https://github.com/Intervention/image.git synced 2025-02-12 08:56:07 +01:00

504 Commits

Author SHA1 Message Date
Oliver Vogel
77884e508e Merge branch 'fix_typehinting' of github.com:jwpage/image into jwpage-fix_typehinting 2014-08-23 17:46:31 +02:00
Johnson
5a55b74478 Fix fully qualified class names in PHP docblocks 2014-08-23 23:44:06 +10:00
Oliver Vogel
9f4b7fd023 added possibility to init image from data-url string 2014-08-22 18:05:04 +02:00
Oliver Vogel
478b5a07ac set default type for undefined data-url encodings 2014-08-21 20:49:04 +02:00
Oliver Vogel
a912b12ede added Image::basePath() 2014-08-21 20:43:24 +02:00
Oliver Vogel
0d6d0ab312 added mime-type aliases to AbstractEncoder 2014-08-21 20:18:28 +02:00
Oliver Vogel
59a76640e2 added bmp write support for Imagick driver 2014-08-21 20:13:08 +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
7ff8e3947d allowing space in manipulation route filenames 2014-08-19 18:04:11 +02:00
Oliver Vogel
92a9968876 security patch in manipulation route 2014-08-19 18:03:43 +02:00
Oliver Vogel
2fb5e286e4 removed illuminate depedencies 2.0.7 2014-08-06 20:37:17 +02:00
Sági-Kazár Márk
2c61389c6e Moves laravel dependencies to require-dev/suggest 2014-08-06 19:10:14 +02:00
Sági-Kazár Márk
d3321a7c6f Adds ImageManagerBasic 2014-08-06 19:10:14 +02:00
Sági-Kazár Márk
dd5a47ba16 String class names are already pointing to root namespace 2014-08-06 19:10:14 +02:00
Sági-Kazár Márk
ac9b1fad9c CS fixes 2014-08-06 19:10:14 +02:00
Oliver Vogel
a64007afa6 moved manipulator route registration to boot() method 2014-08-02 11:18:02 +02:00
Oliver Vogel
7791197ada Merge pull request #192 from mikeritter/patch-1
Corrected link to Laravel Integration in Readme.md
2014-07-31 09:41:09 +02:00
mikeritter
9f02635082 Corrected link to Laravel Integration in Readme.md
New link goes to named anchor at http://image.intervention.io/getting_started/installation#laravel

Old link throws 404 error.
2014-07-31 02:41:07 -04:00
Oliver Vogel
fb679336b3 fixed bug in with colorspace convertion 2.0.6 2014-07-27 22:53:47 +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
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