Commit Graph

24 Commits

Author SHA1 Message Date
1aa0225652 Adjustments to transcoding to allow psd transcoding to actually work
Changed resize extension to run later in the extension stack
Little fixes
2019-06-13 11:45:34 -05:00
f2fb040a5b Moved ImageResizeException to the core space so that the core space image resize code can use it 2019-06-11 09:06:47 -05:00
eb4292316d Added webp upload and thumbnailing support
Bug fixes and consolidation of various thumbnail and resize functionality
Changed resize/rotate extensions to use replace image event
Added content-disposition header to image responses to provide a human-friendly filename when saving
Added more bulk thumbnail regeneration tools
Tweaks to bulk actions to correct totals when batching items
2019-06-09 14:14:04 -05:00
34b05cca7c PSR-2. I'm not a huge fan, but ugly consistency beats no consistency... 2019-05-28 17:59:38 +01:00
5ec3e89884 php7.1 all the things 2019-05-28 17:31:20 +01:00
977c3db1e3 PHP7 type annotations 2017-09-21 05:21:42 +01:00
6febdec7b5 more explicit variable types 2016-06-19 23:05:57 +01:00
dc10a18086 lots of minor doc tweaks, type hints, etc 2016-06-19 17:41:40 +01:00
1ac88e8923 more comments 2015-09-27 12:38:48 +01:00
793bc3614b loooooooads of artists refactoring and tidying 2015-09-27 01:03:58 +01:00
35a4f385b3 phpstorm tidying 2015-09-12 11:43:28 +01:00
8a2eb4b121 Fixing more PHP Doc related issues. 2014-04-27 19:29:36 -04:00
3a1197256a Need to pull in the global $page variable for this method. 2014-04-25 17:39:06 -04:00
bcd3f991de Removing the closing PHP "?>" tag as per style guidelines. 2014-04-25 17:34:20 -04:00
a0d1948a4f pass already fetched image object into resize(), rather than passing the ID to be re-fetched 2014-04-02 08:49:13 +01:00
1e49cc9122 More comments and fix undefined variables. 2014-04-01 22:02:36 -04:00
9b1c3db400 Slight re-word of the exception error message. 2014-04-01 21:43:12 -04:00
18b8e7912f Fix warning generated when an image doesn't have bits or channel info (and use sane defaults). 2014-04-01 21:42:40 -04:00
225d197790 Remove duplicate code. 2014-04-01 21:41:57 -04:00
749f846b79 Fix typo. 2014-04-01 20:33:36 -04:00
a442fbe409 Resizing images actually was broken, how nobody noticed I don't know. 2014-04-01 19:29:31 -04:00
f4a49b2fb1 Current size as default for resize, if default is otherwise 0 - #281 2013-05-18 10:20:08 +01:00
0d2c78939e streamline resize image process 2012-08-18 21:09:40 +01:00
67f1c1c51d store enabled exts in a config file, rather than moving directories around 2012-03-31 18:59:28 +01:00