summaryrefslogtreecommitdiff
path: root/plugins/processor.gd.php
AgeCommit message (Expand)AuthorFilesLines
2026-05-14php-cs-fixer tidies to php8.5 standardsLester Caine1-4/+4
2025-08-27plugin changes to cover namespace and style changes for PHP8.4lsces1-28/+28
2017-02-13remove-PHP_Compatmodela bitweaver1-2/+0
2011-06-27change dest_path to dest_branch to follow convention and avoid confusionChristian Fowler1-1/+1
2011-03-23changes to allow file _process_ functions to not have STORAGE hardcoded; proc...Christian Fowler1-3/+6
2011-02-15overhaul storing of complete storage_url int liberty_files, and only use the ...spiderr1-1/+1
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-5/+5
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-3/+3
2008-06-19Move to the correct subpackageLester Caine1-1/+2
2007-07-29update can_thumbnail processor functions and make use of them when processing...Max Kremmel1-2/+2
2007-07-01use $_SESSION to store gd version to avoid unnecessary overheadMax Kremmel1-4/+8
2007-07-01fix jpg image resizing and use gd_info instead of wonky chgd2() functionMax Kremmel1-17/+112
2007-06-30move png stuff to png area and ry to keep gif transparency. this doesn't seem...Max Kremmel1-14/+14
2007-06-30use PHP_Compat to ensure that we have required functions available to check f...Max Kremmel1-4/+4
2007-06-28proc.magickwand.php method to get $mimeExt, prevents "undefined function imag...laetzer1-2/+3
2007-06-23automagically select best image type that's best for the particular upladed f...Max Kremmel1-41/+44
2007-02-16Changes to allow PNG thumbnailing and to preserve transparency with gd when p...Nick Palmer1-5/+16
2006-12-22move image processors to individual plugin filesMax Kremmel1-0/+163