Quote:
Originally Posted by AcidWeb
Using default settings KCC resize all images to device resolution. So as long input files are bigger than that you will be OK. In case of Kobo Glo HD that is 1072x1448.
And it use Pillow not PIL :-) PIL is dead for long, long time.
|
It sure had me fooled:
https://github.com/ciromattia/kcc/bl...erter/image.py
PHP Code:
from PIL import Image, ImageOps, ImageStat, ImageChops, ImageFilter
Although a bit of googling seems to show a module name clash between PIL and Pillow.
But I'll stick to my conclusion - the underlying library is most likely imagemagick.
Which should mean it can handle anything you can imagine.