Skip to main content

image

Using Python and Pillow to reduce an image's size on disk without sacrificing quality.
718 words·4 mins
codeballistix
python pillow image lossless compression reduce size less size codeb blog
Python and Pillow provide us a very simple way to compress/reduce in size, large image files with almost zero loss of image clarity. In true python fashion, most of the heavy lifting is already done by the pillow and graphic libraries internally, we just need to call a few functions.
Markdown - Basic Usage
2405 words·12 mins
codeballistix
markdown md document headings paragraph blockquote image table code block list html rule horizontal escape escaping characters cheatsheet examples
Learn about creating documents in the markdown markup language.