48 Commits (b67fc7d54e3fbde2f9e117a961998c5f8440679a)

Author SHA1 Message Date
Michael Foster b67fc7d54e Only use `identify` if we have to 11 years ago
Michael Foster 5300ffadf1 Better image processing. Add support for GraphicsMagick (a fork of ImageMagick) and `exiftool` (for stripping EXIF metadata quickly). 11 years ago
Michael Foster 784c3ffadb Accidentally commit'd debug stuff/errors 11 years ago
Michael Foster 1d37e81ade Better error handling/displaying with $config['debug'] and $config['verbose_errors'] 11 years ago
Michael Foster 62f8ea4813 Better command-line ImageMagick image processing 11 years ago
Michael Foster d99eba2c18 syntax error in last commit 11 years ago
Michael Foster 1d7de12281 Fix bug 11 years ago
Michael Foster 169dc74938 Fix last commit 11 years ago
Michael Foster 4fce9b63ae Major config.php cleanup and a few minor misc fixes. 11 years ago
Michael Foster 40ab2e0c17 Don't redraw image again after correcting image orientation; Correct image orientation with convert+gifsicle too 11 years ago
Michael Foster 22f3a95e0e convert+gifscale didn't respect $config['thumb_keep_animation_frames'] 11 years ago
Michael Foster 4851d4cabe Forgot "global $config" here 11 years ago
Michael Foster 573f86ccae Tiny code clean-up 11 years ago
Marcin Łabanowski 73cb2bdf2c convert+gifsicle: fix previous commit 12 years ago
Marcin Łabanowski b7e725bf3e Support for resizing gifs using gifsicle with resizing the rest using ImageMagick 12 years ago
Marcin Łabanowski f9cdf31ede Fix animated .gif conversion when $config['thumb_ext'] == '' 12 years ago
Michael Foster 308f557fd5 Option to automatically strip EXIF metadata from JPEGs 11 years ago
Michael Save 7a68fc9525 Copyright and license update for 2013. 11 years ago
Michael Save 913010cff5 minor consistency cleanup 12 years ago
Michael Save 38130cd113 Bugfix: Fix transparancy with `convert` 12 years ago
Michael Save c360c7f673 Fix animated thumbnails with `convert` and Imagick 12 years ago
Michael Save 2de20b7e0a Bugfix: Fix transparancy with `convert` 12 years ago
Michael Save 5c9fcfc50e Bugfix: Fix transparancy with `convert` 12 years ago
Michael Save 3592913249 Fix animated thumbnails with `convert` and Imagick 12 years ago
Michael Save cde7da9c4f Fix animated thumbnails with `convert` and Imagick 12 years ago
Michael Save 51675e7a9b code cleanup 12 years ago
Michael Save dd0f421015 better anti-bot check 12 years ago
Michael Save c9423a2c34 large cleanup 12 years ago
Michael Save c136d44894 Better upload handling (don't move file before handling it) 12 years ago
Michael Save b561066a4c convert: Suppress warnings when trying to delete temporary file. 12 years ago
Michael Save c6478b378f convert: Don't rely on PHP GD to get the image dimensions; use `identify`. 12 years ago
Michael Save fe7182404f Better thumbnailing with `convert`. 12 years ago
Michael Save 6ab3ec5da9 convert: chmod(664) after moving temporary image 12 years ago
Michael Save b82e3a814a Thumbnail the first frame only. 12 years ago
Michael Save 4c3486bec9 Thumbnailing alternative: `convert` (command line ImageMagick instead of PHP bindings) 12 years ago
Michael Save d531487bad Animated thumbnails fix 12 years ago
Michael Save 81c9b612bc Don't animate thumbnails when impossible. 12 years ago
Michael Save b082c8c811 detect lowercase GIFs 12 years ago
Michael Save 77c256157f small mistake in thumbnail animation. was trying to animate all formats (not just GIF). 12 years ago
Michael Save 6dbd2d3b8d use sampleImage() on GIFs as it is much faster 12 years ago
Michael Save e2a93b6b5c animated thumbnail fix 12 years ago
Michael Save 0bab56cbb2 removed useless clone 12 years ago
Michael Save 3c4d8843ba experimental animated GIF thumbnails 12 years ago
Michael Save de17bdb317 Remade config[redraw_image] 12 years ago
Michael Save 9bb0e1984d Imagick's clonse() depreciated as of 3.1.0b1; use clone PHP keyword and bump minimum PHP version to 5.2.5 13 years ago
Savetheinternet 8b4f3c3754 patched bug/issue #24 13 years ago
Savetheinternet 101530151a transparent background on SVG and other iamge formats 13 years ago
Savetheinternet ecb42bcc6d ImageMagick invalid image handling 13 years ago
Savetheinternet 89024e7ac2 removed accidentally committed crap-code 13 years ago
Savetheinternet ab0d6e27d7 ImageMagick support (including SVG, etc.) 13 years ago