Quote:
Originally Posted by jackie_w
@scissors, I don't claim to know anything about News recipes but I've used the following command in my Calibre plugin to convert an image to greyscale
Code:
img.quantize(number_colors=8, colorspace='GRAYColorspace')
|
This code also works, although the image size
increased to 43KB from 38KB.