root/fImage.php


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @758 [758] 03/05/10 15:59:54 wbond Fixed ticket #397 - fFile, fImage and fDirectory all handle re-used …
(edit) @752 [752] 03/03/10 13:43:06 wbond Fixed a bug in fImage::saveChanges() that would incorrectly cause new …
(edit) @746 [746] 03/03/10 01:09:48 wbond Fixed #231 - added fStatement, fDatabase::prepare() and …
(edit) @725 [725] 10/27/09 13:30:32 wbond Fixed ticket #340 - fImage now handles transparency and desaturation …
(edit) @678 [678] 08/07/09 02:37:18 wbond Added fImage::getDimensions()
(edit) @673 [673] 08/06/09 23:53:06 wbond Performance tweaks for creating fDirectory, fFile and fImage objects via …
(edit) @664 [664] 07/29/09 23:22:37 wbond Fixed tickets #274 and #280 - fImage now works with files that have no …
(edit) @583 [583] 05/27/09 14:06:11 wbond Fixed a bug in fImage::saveChanges() so that the method can be called …
(edit) @581 [581] 05/27/09 00:16:18 wbond Fixed ticket #150 - added the method fImage::crop()
(edit) @577 [577] 05/21/09 08:33:52 wbond Updated documentation to indicate when methods will throw the exception in …
(edit) @532 [532] 03/18/09 13:51:26 wbond Fixed a bug with fImage not saving changes to files ending in .jpeg when …
(edit) @531 [531] 03/18/09 13:01:08 wbond Changed fImage::processWithGD() to explicitly free the image resource
(edit) @514 [514] 02/16/09 23:07:19 wbond BackwardsCompatibilityBreak - fCore::getOS() and fCore::getPHPVersion()
(edit) @501 [501] 01/26/09 23:54:06 wbond Changed @ error suppression operators to error_reporting() calls
(edit) @493 [493] 01/21/09 21:49:44 wbond Added fFilesystem::createObject() and updated fDirectory, fUpload and …
(edit) @460 [460] 01/05/09 22:34:13 wbond Fixed fImage::cropToRatio() and fImage::resize() to always return the …
(edit) @457 [457] 01/03/09 22:13:59 wbond Updated change logs from the past 4 commits
(edit) @456 [456] 01/03/09 22:00:12 wbond Fixed ticket #118, fImage was silently failing to resize images when exec …
(edit) @448 [448] 12/24/08 01:06:02 wbond Updated copyright notices and licenses to use Will instead of William, …
(edit) @443 [443] 12/18/08 13:09:23 wbond Fixed fImage::saveChanges() to not delete the image if no changes have …
(edit) @441 [441] 12/17/08 12:20:04 wbond Updated the class change logs for that last 15 commits
(edit) @439 [439] 12/16/08 23:18:36 wbond Fixed ticket #113
(edit) @434 [434] 12/11/08 14:02:27 wbond Fixed ticket #111
(edit) @408 [408] 11/19/08 08:57:47 wbond Changed fImage to return itself from manipulation methods, allowing for …
(edit) @407 [407] 11/19/08 08:47:52 wbond Added the ability to specify quality when saving a JPEG via …
(edit) @388 [388] 11/13/08 20:28:10 wbond BackwardsCompatibilityBreak - fCore::toss() was removed and all exceptions …
(edit) @316 [316] 10/21/08 01:54:09 wbond More API documentation updates
(edit) @286 [286] 10/11/08 22:08:46 wbond Added reset() methods for all classes with static members
(edit) @274 [274] 10/06/08 23:24:21 wbond Changed fDirectory::scan() and fDirectory::scanRecursive() to create …
(edit) @273 [273] 10/06/08 23:12:08 wbond Added comments to explain class constants for static method callbacks
(edit) @265 [265] 10/03/08 01:39:30 wbond Added class constants to all classes with static methods to allow for …
(edit) @258 [258] 09/30/08 23:25:45 wbond BackwardsCompatibilityBreak - Renamed fFilesystem::createUniqueName() to …
(copy) @214 [214] 09/12/08 13:51:40 wbond Moved all of the classes out of subdirectories for easier browsing and …
copied from filesystem/fImage.php:
(edit) @183 [183] 08/31/08 10:55:12 wbond Fixed some code formatting