summaryrefslogtreecommitdiff
path: root/plugins/processor.imagick.php
AgeCommit message (Expand)AuthorFilesLines
2026-06-02Tidy Imagick usage in processor and mime.pdf pluginsLester Caine1-2/+3
2026-05-14php-cs-fixer tidies to php8.5 standardsLester Caine1-1/+2
2025-08-27plugin changes to cover namespace and style changes for PHP8.4lsces1-26/+28
2021-02-13clearstatcache on imagick resizespiderr1-0/+1
2021-02-05cast dimensions to int in imagick::thumbnailImagespiderr1-1/+1
2021-01-28dest_base_name check in imagickspiderr1-1/+4
2021-01-26fix max_width == MAX_THUMBNAIL_DIMENSION in imagickspiderr1-0/+14
2021-01-19resolve conflictsspiderr1-64/+74
2021-01-19add verifyMime in imagickspiderr1-1/+4
2021-01-19add try/catch to imagick processor functionsspiderr1-61/+71
2020-12-16clean out ancient imagick 1.* supportspiderr1-162/+2
2020-06-25fix the correct imagick0 functionsspiderr1-2/+2
2020-05-13imagick0 func name fixesspiderr1-2/+2
2011-06-27change dest_path to dest_branch to follow convention and avoid confusionChristian Fowler1-2/+2
2011-03-23changes to allow file _process_ functions to not have STORAGE hardcoded; proc...Christian Fowler1-14/+19
2011-02-15overhaul storing of complete storage_url int liberty_files, and only use the ...spiderr1-2/+2
2010-06-09Strip down CVS keywords.cvs2git1-1/+1
2010-04-03Tweak for PHP5.3 compatibility - I suspect my thumbnail generation problem is...Lester Caine1-3/+3
2009-01-03allow the user to specify the default compression setting for thumbnailsMax Kremmel1-4/+4
2008-11-19apply same x- wierdness fix to other processorsMax Kremmel1-3/+4
2008-11-07Tighten up regular expression for extensions.Nick Palmer1-2/+2
2008-07-01remove unused parameters to simplify code and avoid confusionMax Kremmel1-7/+7
2008-06-19Move to the correct subpackageLester Caine1-1/+2
2008-03-10properly call plugin function to enforce the bounding rectangle, also fix but...wjames51-4/+13
2007-11-11fix the new optional liberty pdf thumbnail option and add it to liberty as an...Max Kremmel1-2/+8
2007-09-25clean up image processing admin options, add preliminary support for php-imag...Max Kremmel1-20/+146
2007-07-29update can_thumbnail processor functions and make use of them when processing...Max Kremmel1-2/+2
2007-06-23automagically select best image type that's best for the particular upladed f...Max Kremmel1-13/+20
2007-02-16Changes to allow PNG thumbnailing and to preserve transparency with gd when p...Nick Palmer1-5/+13
2006-12-22move image processors to individual plugin filesMax Kremmel1-0/+124