micaelpdias
e4c12e5b1d
Fix undefined method
...
Share method will be removed as of Laravel 5.4
1a1969b6e6 (diff-52441e04e14c52275cd5d09e8f958981L300)
2017-01-10 11:07:20 +00:00
Oliver Vogel
75aef99747
Merge pull request #664 from olivervogel/master
...
Fixed tests
2017-01-09 21:41:27 +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
Oliver Vogel
04e50a2d90
Merge pull request #654 from briedis/master
...
Fixed issue when reading image from stream if stream is not seekable
2017-01-09 20:25:15 +01:00
Oliver Vogel
5b6ed8a872
Merge pull request #661 from iWader/feature-fluent-abstract-font
...
Make AbstractFont a fluent interface
2017-01-09 20:24:20 +01:00
Oliver Vogel
84f793df71
Merge pull request #659 from frederikbosch/master
...
add support for exif to imagick extension
2017-01-09 20:24:08 +01:00
Wade Urry
8c9edf9670
Make AbstractFont a fluent interface by return $this from setter methods
2017-01-09 08:25:58 +00: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
martins.briedis
72c753075d
Fixed issue when reading image from stream if stream is not seekable (Amazon S3, for example)
2017-01-05 14:02:17 +02:00
Oliver Vogel
4064a98032
Merge pull request #606 from nhowell/patch-1
...
Use \Illuminate\Support\Facades\Response instead of the \Response alias
2.3.8
2016-09-01 19:04:03 +02:00
Nick Howell
751cf4fe9f
Use \Illuminate\Support\Facades\Response instead of the \Response alias
...
Using the full name avoids problems where the user has commented out the alias or has aliased "Response" to something else
2016-09-01 12:48:48 -04:00
Oliver Vogel
45a41a38bd
fixed issue with loading transparent images (svg format)
2016-08-19 16:41:12 +02:00
Oliver Vogel
6886d43f5b
Merge pull request #574 from alokrajiv/master
...
Updated provides.json Backslash syntax error
2016-06-22 10:03:11 +02:00
Alok Rajiv
26388f2939
Updated provides.json Backslash syntax error
2016-06-22 08:46:10 +05:30
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