32617 Commits

Author SHA1 Message Date
Kovid Goyal
cc42267ba8 Do not add IM to the calibre builds 2016-05-10 15:51:20 +05:30
Kovid Goyal
828b684a2c Remove remaining references to IM in the source code 2016-05-10 15:46:41 +05:30
Kovid Goyal
126ea17b34 Do not build the ImageMagick extension 2016-05-10 15:43:09 +05:30
Kovid Goyal
11f239c6e5 Remove ImageMagick 2016-05-10 15:40:33 +05:30
Kovid Goyal
1cf86cb89e Remove IM from Comic Input 2016-05-10 08:46:24 +05:30
Kovid Goyal
c82f04c3b1 Update The Guardian 2016-05-10 08:28:58 +05:30
Kovid Goyal
2db8cac86a ... 2016-05-09 22:28:44 +05:30
Kovid Goyal
e4714bf1ab ... 2016-05-09 22:25:48 +05:30
Kovid Goyal
68131bf2bd Fix #1579811 [Recipe Spiegel Online codepage change](https://bugs.launchpad.net/calibre/+bug/1579811) 2016-05-09 22:11:01 +05:30
Kovid Goyal
12ba319038 Sigh, that should teach me not to try to keep too many balls in the air 2016-05-09 22:08:19 +05:30
Kovid Goyal
25cb6a57f1 Make function naming in the util.img module consistent 2016-05-09 21:19:15 +05:30
Kovid Goyal
58b05d6a25 Fix #502 (Fixes for Kovid's refactor of ViewLog changes.) 2016-05-09 21:10:13 +05:30
Kovid Goyal
291b27e425 Merge branch 'master' of https://github.com/JimmXinu/calibre 2016-05-09 20:50:10 +05:30
Kovid Goyal
5815a5e07d Implement clone_image() 2016-05-09 20:26:49 +05:30
Kovid Goyal
0fbcabad73 Add crop_image() 2016-05-09 20:25:19 +05:30
Kovid Goyal
bd822c7ff2 Special exception for non-images 2016-05-09 20:20:40 +05:30
Jim Miller
70aa745087 Save ViewLog size by unique name or default name. 2016-05-09 09:49:46 -05:00
Jim Miller
f4b198b951 Merge branch 'master' of git://github.com/kovidgoyal/calibre 2016-05-09 09:11:02 -05:00
Jim Miller
b3f7d03017 Reset Saved Search combo tooltip when cleared. 2016-05-09 09:10:24 -05:00
Kovid Goyal
4303db417a Dont refuse to process images that are already quantized 2016-05-09 19:39:36 +05:30
Kovid Goyal
e8ea227733 ... 2016-05-09 19:38:29 +05:30
Kovid Goyal
9dc6fbc6b9 ... 2016-05-09 19:36:13 +05:30
Kovid Goyal
d03f4490f3 Revert the change to ensure exact color numbers as it has adverse effects when quantizing to small numbers of colors 2016-05-09 19:34:07 +05:30
Jim Miller
0a924f2e66 Fixes for Saved Search Editor. 2016-05-09 09:03:09 -05:00
Jim Miller
463603dab0 Save/reuse ViewLog size from proceed_question when called with log_viewer_unique_name. 2016-05-09 07:39:57 -05:00
Kovid Goyal
2a67a0698b A small speedup 2016-05-09 17:47:41 +05:30
Kovid Goyal
73a872b237 Dont use Format_Grayscale8
It's unnecessary work to support it
2016-05-09 17:44:13 +05:30
Kovid Goyal
6742cd5f10 ... 2016-05-09 17:30:14 +05:30
Kovid Goyal
b594de0ae4 Handle Format_Grayscale8 images 2016-05-09 17:00:34 +05:30
Kovid Goyal
9debdee433 Implement fixed palette based quantization 2016-05-09 16:43:34 +05:30
Kovid Goyal
e344ee5096 Finish up fast path for already indexed images 2016-05-09 15:07:19 +05:30
Kovid Goyal
ad9c0ff5ff Quantize already indexed images more efficiently 2016-05-09 14:35:49 +05:30
Kovid Goyal
8f5c29268f Ensure that exactly the specified number of colors is produced 2016-05-09 14:09:38 +05:30
Kovid Goyal
4f307ddae1 Update Brand Eins 2016-05-09 13:52:14 +05:30
Kovid Goyal
a60319b6d6 ... 2016-05-09 13:23:16 +05:30
Kovid Goyal
a821e7459e Remove pool growing code, that did not work anyway 2016-05-09 13:05:16 +05:30
Kovid Goyal
9db35f3d7a Improve quality by only performing partial reductions until the end 2016-05-09 11:42:51 +05:30
Kovid Goyal
e5c47ffb79 Remove duplicated code 2016-05-09 11:22:21 +05:30
Kovid Goyal
b6f3368f03 Track errors to make octree reduction more sophisticated 2016-05-09 11:18:42 +05:30
Kovid Goyal
e9e4ace6db Use structs instead of individual fields 2016-05-09 10:10:44 +05:30
Kovid Goyal
8a5eebf409 ... 2016-05-09 09:30:36 +05:30
Kovid Goyal
6099728e00 Add the various filters to the build tests 2016-05-09 09:26:26 +05:30
Kovid Goyal
8dbdcd8a8e ... 2016-05-09 09:15:23 +05:30
Kovid Goyal
1081b16a6c ... 2016-05-09 09:08:38 +05:30
Kovid Goyal
54fb85855d Off by one
Also forgot to sum errors during propagation
2016-05-09 09:04:49 +05:30
Kovid Goyal
2ba5bc419f Minimize rounding errors during error propagation 2016-05-09 08:58:55 +05:30
Kovid Goyal
785da0a1a2 Make dithering use a serpent scan 2016-05-08 21:36:58 +05:30
Kovid Goyal
e163470978 Initial implementation of Floyd-Steinberg dithering 2016-05-08 21:15:50 +05:30
Kovid Goyal
d1be20bae3 Fix #1579507 [NY Time recipe fails to download](https://bugs.launchpad.net/calibre/+bug/1579507) 2016-05-08 18:19:30 +05:30
Kovid Goyal
787e2abb25 ... 2016-05-08 16:44:02 +05:30