1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-26 08:20:58 +01:00
Commit Graph

36 Commits

Author SHA1 Message Date
Michael Foster
42bbbb037f Tiny code clean-up 2013-07-31 03:35:07 -04:00
Marcin Łabanowski
140e34324d convert+gifsicle: fix previous commit 2013-07-31 03:33:12 -04:00
Marcin Łabanowski
4263bb7dd8 Support for resizing gifs using gifsicle with resizing the rest using ImageMagick 2013-07-31 03:33:06 -04:00
Marcin Łabanowski
e1a5dbbcc2 Fix animated .gif conversion when $config['thumb_ext'] == '' 2013-07-31 03:32:44 -04:00
Michael Foster
f798bb5209 Option to automatically strip EXIF metadata from JPEGs 2013-07-21 15:50:45 -04:00
Michael Save
4f58617507 Copyright and license update for 2013. 2013-01-20 21:23:46 +11:00
Michael Save
69b3c28a5d minor consistency cleanup 2012-08-27 21:50:15 +10:00
Michael Save
00deca0a16 Bugfix: Fix transparancy with convert 2012-04-19 10:27:47 +10:00
Michael Save
ad11a85282 Fix animated thumbnails with convert and Imagick 2012-04-18 00:07:37 +10:00
Michael Save
17a56af9a7 code cleanup 2012-04-13 00:18:19 +10:00
Michael Save
b4bafb2297 better anti-bot check 2012-04-12 17:20:49 +10:00
Michael Save
c98a8afc1d large cleanup 2012-04-12 02:49:22 +10:00
Michael Save
bf78900dda Better upload handling (don't move file before handling it) 2012-03-18 19:53:56 +11:00
Michael Save
99f86da203 convert: Suppress warnings when trying to delete temporary file. 2012-03-18 00:57:11 +11:00
Michael Save
2e1086e63d convert: Don't rely on PHP GD to get the image dimensions; use identify. 2012-03-17 22:49:56 +11:00
Michael Save
b6c2f91461 Better thumbnailing with convert. 2012-03-17 22:28:23 +11:00
Michael Save
54bb943a77 convert: chmod(664) after moving temporary image 2012-03-17 12:02:51 +11:00
Michael Save
e3e942a1c6 Thumbnail the first frame only. 2012-03-17 11:55:16 +11:00
Michael Save
95d8a70db8 Thumbnailing alternative: convert (command line ImageMagick instead of PHP bindings) 2012-03-17 10:32:50 +11:00
Michael Save
7e58efaf1a Animated thumbnails fix 2012-03-17 08:29:46 +11:00
Michael Save
a4cacf53dd Don't animate thumbnails when impossible. 2012-03-14 22:11:07 +11:00
Michael Save
1f5a75d56c detect lowercase GIFs 2012-03-13 03:48:12 +11:00
Michael Save
092b4cb946 small mistake in thumbnail animation. was trying to animate all formats (not just GIF). 2012-03-12 18:54:05 +11:00
Michael Save
e19d4191f3 use sampleImage() on GIFs as it is much faster 2012-03-12 04:58:55 +11:00
Michael Save
1295fe8970 animated thumbnail fix 2012-03-10 22:59:18 +11:00
Michael Save
cde7f1722d removed useless clone 2012-03-10 22:57:31 +11:00
Michael Save
35d53f5117 experimental animated GIF thumbnails 2012-03-10 22:56:28 +11:00
Michael Save
cc9552cdfe Remade config[redraw_image] 2012-03-10 20:53:41 +11:00
Michael Save
a2cb088001 Imagick's clonse() depreciated as of 3.1.0b1; use clone PHP keyword and bump minimum PHP version to 5.2.5 2011-12-30 00:30:01 +11:00
Savetheinternet
3b62f7aa20 patched bug/issue #24 2011-07-28 20:25:06 +10:00
Savetheinternet
05e7ee172c transparent background on SVG and other iamge formats 2011-07-22 20:45:09 +10:00
Savetheinternet
beff04d67e ImageMagick invalid image handling 2011-07-22 19:53:22 +10:00
Savetheinternet
3d1c7664b3 removed accidentally committed crap-code 2011-07-22 19:41:53 +10:00
Savetheinternet
82d8df2704 ImageMagick support (including SVG, etc.) 2011-07-22 19:40:57 +10:00
Savetheinternet
b56effeeec ommit image errors 2011-07-12 20:31:18 +10:00
Savetheinternet
d92913d299 image handling class 2011-07-12 20:29:35 +10:00