Products
Fileman 0.3 BETA: Website media file preprocessor
Fileman is a free, open source Website media file preprocessor, built on top of the TimThumb thumbnailer script. Use it in place of file URLs like so:
<img src="/file.php?src=whatever.jpg&w=100&q=60" />
You can use URL rewriting (such as Apache's mod_rewrite) to have Fileman process media files without changing your existing HTML code.
Features
- Resize, crop and compress images
- Support for any file type
- Support for multiple file locations, including remote servers (Fileman will check each location in order for the specified file)
- Specify Content-Disposition (stream or 'Save file as...') by MIME type and/or for specific files
- Drop-in replacement for TimThumb (no HTML changes necessary)
- Cache
- Proper HTTP response codes in production mode
- Helpful error messages in debug mode
Note: Due to the advanced features, Fileman is not as efficient as TimThumb. If all you need to do is resize images, use TimThumb instead. You can always switch to Fileman later.
Change Log
Version 0.3 BETA (2010-05-31)
- now supports relative file paths e.g. dir1/myfile.jpg is different from dir2/myfile.jpg
- fixed a bug where files were not regenerated when quality parameter was the only change
- changed the crop function to start at top left corner
Version 0.2 BETA (2009-07-01)
- Fixed a bug where remote files were not being resized when the cache was enabled (Thanks to Lars of ClickZone!)
Version 0.1 BETA (2009-06-03)
- Initial release
Download
The Fileman documentation is in file.php.
Download Fileman - Choose one of the archives. Each contains two files that will extract to a folder called 'fileman'.