58 Commits (94ac200d5752995560426d210559c63edf44ad85)

Author SHA1 Message Date
Michael Foster fcb88b16cd Bugfix: Corrupt images were not getting removed from /tmp (convert, gm, and gifsicle) 11 years ago
czaks c672b700b0 gifsicle: temporary fix; STI: gifsicle REALLY sends that to stderr for every gif shorter than 50 frames 11 years ago
Michael Foster 373fb99a7f Bugfix: exif_read_data() Incorrect APP1 Exif Identifier Code 11 years ago
Michael Foster acfda35648 gifsicle: redirect stdout to /dev/null but keep stderr going to stdout 11 years ago
czaks a3cf56a768 gifsicle: make it finally work 11 years ago
Michael Foster 33a07e9ee0 bug fix, wrong index 11 years ago
czaks 76101cad51 fix gifsicle issue connected with frame limit 11 years ago
Michael Foster 3d2de07a1f Can't auto-orient a non-JPEG 11 years ago
Michael Foster ac4306555b Fix for instances with old GraphicsMagick or ImageMagick versions (no -auto-orient). 11 years ago
Michael Foster b373b39f44 Bugfix: gm and auto-orient thumbnailing 11 years ago
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