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

641 Commits

Author SHA1 Message Date
Oliver Vogel
22088b0472 Merge pull request #540 from zobzn/master
GD: throw NotReadableException if try read partially saved image
2.3.7
2016-04-26 16:08:40 +02: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
Oliver Vogel
e368d26288 Merge pull request #519 from vlakoff/drivers
Use static in drivers newImage()
2.3.6
2016-02-26 19:18:19 +01:00
Oliver Vogel
a38035ec09 Merge pull request #514 from GuusDeGraeve/patch-1
replace get_class with instanceof for $this->app
2016-02-26 19:15:43 +01:00
Oliver Vogel
a9602e5e8a Merge pull request #520 from usernam3/patch-1
phpdoc wrong parameter name
2016-02-26 19:10:51 +01:00
usernam3
8963435739 phpdoc wrong parameter name 2016-02-26 02:52:30 +02:00
vlakoff
cbb3b05757 Use static in drivers newImage() 2016-02-26 00:42:01 +01:00
Guus De Graeve
4bef8e2f9b replace get_class with instanceof for $this->app
When using get_class, in Lumen the $this->app could only be an instance of the \Laravel\Lumen\Application and not an instance of a class extending from \Laravel\Lumen\Application. When using the instanceof check people can use a custom application class extending from the main Lumen Application class. To make this work i had to remove the use statements at the top and replace the references in getProvider with the full paths.
2016-02-23 22:40:24 +01:00
Oliver Vogel
86dfe2f2a9 Merge pull request #496 from goto-bus-stop/chain-exceptions
Chain Imagick exceptions instead of hiding
2016-01-10 12:20:02 +01:00
René Kooi
623c84b70d Chain Imagick exceptions instead of hiding.
If Imagick throws while reading the file, the original exception
is hidden and a new one is thrown instead. This PR passes the
original exception along in the $previous parameter, so you can
figure out what exactly went wrong under the hood 😎
2016-01-09 22:58:04 +01:00
Oliver Vogel
9f29360b8a Merge pull request #492 from olivervogel/master
fixed Image::encode() leaks memory
2.3.5
2016-01-02 20:15:13 +01:00
Oliver Vogel
ff47a4f8bc fixed Image::encode() leaks memory 2016-01-02 20:10:19 +01:00
Oliver Vogel
e5e2b3cfc4 Merge pull request #490 from localheinz/fix/leading-slash
Fix: No need for leading slash in imports
2016-01-02 20:06:16 +01: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
Oliver Vogel
90d822a70a Merge pull request #488 from localheinz/fix/case
Fix: Case-insensitive method calls and class names
2016-01-02 19:05:34 +01:00
Oliver Vogel
71c6671f20 Merge pull request #480 from vinkla/patch-1
Add .gitattributes file
2016-01-02 19:04:39 +01:00
Oliver Vogel
2cdca1ce0b Merge pull request #491 from localheinz/fix/build
Fix: Enable imagick extension on PHP5.4
2016-01-02 18:33:51 +01:00
Andreas Möller
efcd82a112 Fix: Enable imagick extension on PHP5.4 2016-01-02 15:01:33 +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
Andreas Möller
ae3d7d57df Fix: Case-insensitive method call 2016-01-02 14:44:53 +01:00
Vincent Klaiber
201179de37 Add .gitattributes files
This will exclude files we don't need in production like the `tests` folder for example.
2015-12-21 09:40:41 +01:00
Oliver Vogel
e6acb1609c allow ci error on php7 2015-12-04 18:09:36 +01:00
Oliver Vogel
0f410e75b4 added php 7.0 to travis ci 2015-12-04 17:59:58 +01:00
Oliver Vogel
a67ee32df0 fixed incompatible API issues 2.3.4 2015-11-30 18:03:21 +01:00
Oliver Vogel
40cb418c49 exif() and orientate() now throw exception, if image is not instantiated from filepath 2.3.3 2015-11-27 19:22:21 +01:00
Oliver Vogel
cff322864b fixed basePath() 2015-11-26 12:44:27 +01:00
Oliver Vogel
2d8de6577b support for image/x-ico mime type in Encoder 2015-11-05 19:30:26 +01:00
Oliver Vogel
8752a12f99 Merge pull request #454 from jamesdb/master
Added a service provider for league\container
2015-11-05 19:27:03 +01:00
James Baxter
1e01be7bcd Added a service provider for league\container 2015-11-05 15:36:05 +00:00
Oliver Vogel
33f848674c Merge pull request #452 from majorgilles/filename_extension
added support for @ in filename
2015-11-04 15:06:13 +01:00
Gilles Major
6630cbc3c8 added support for @ in filename 2015-11-04 13:58:23 +01:00
Oliver Vogel
e6c9cd03d6 Merge pull request #440 from haricharan/update-iptc
Update Iptc to include SubLocation and CreationTime
2015-10-12 10:42:50 +02:00
Hari Padmanaban
6527a8270e Update Iptc to include SubLocation and CreationTime 2015-10-11 20:34:12 -05:00
Oliver Vogel
44c9a6bb29 Merge pull request #420 from olivervogel/master
added nightly PHP builds to travis-ci environment
2015-08-30 17:37:50 +02:00
Oliver Vogel
48b9f48cfd added nightly PHP builds to travis-ci environment 2015-08-30 17:31:52 +02:00
Oliver Vogel
1124ff3c62 Merge branch 'stephandesouza-master' 2.3.2 2015-08-16 17:31:59 +02:00
Oliver Vogel
1c887a0cb2 Merge branch 'master' of https://github.com/stephandesouza/image into stephandesouza-master 2015-08-16 17:31:49 +02:00
Oliver Vogel
3bb5c6044f Merge branch 'diarmuidie-fix-isencoded-return-value' 2015-08-16 17:21:45 +02:00
diarmuid
005c563112 Unit test isEncoded() function 2015-08-15 18:30:10 +01:00
diarmuid
cbec1cdf3f Check for empty string 2015-08-15 18:29:50 +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
156f9d6f8a Merge pull request #396 from barryvdh/patch-1
Add branch-alias
2.3.1
2015-07-10 17:03:58 +02:00
Barry vd. Heuvel
a0d3df22de Update composer.json 2015-07-10 16:44:25 +02:00
Oliver Vogel
6771cbfc78 laravel 4 compatibility 2015-07-09 22:11:11 +02:00
Oliver Vogel
d6c915496f lumen compatibility 2015-07-09 20:05:43 +02:00
Barry vd. Heuvel
6529068abb Add Lumen ServiceProvider 2015-07-09 14:33:43 +02:00
Oliver Vogel
ff4f454120 changed requirement in readme 2.3.0 2015-06-28 17:55:12 +02:00
Oliver Vogel
260443c745 Merge branch 'psr7-stream-response' of https://github.com/wolfy-j/image into wolfy-j-psr7-stream-response 2015-06-28 17:50:14 +02:00