From bb5fd6f115afad6788193f391eb1c279412697a1 Mon Sep 17 00:00:00 2001 From: Mikael Roos Date: Wed, 12 Feb 2014 15:22:06 +0100 Subject: [PATCH] Display image in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c23fbb4..573632c 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ The `img.php` supports a lot of parameters. Combine the parameters to get the de | `img.php?src=kodim13.png&w=600&aspect-ratio=4&crop-to-fit&sharpen&save-as=jpg&q=30` | |-----------------------------------------------------------| -| | +| | Here is a list of all parameters that you can use together with `img.php`, grouped by its basic intent of usage. @@ -131,7 +131,7 @@ Revision history ------------------------------------- -v0.5 (2014-02-07) +v0.5 (2014-02-12) * Change constant name `CImage::PNG_QUALITY_DEFAULT` to `CImage::PNG_COMPRESSION_DEFAULT`. * Split JPEG quality and PNG compression, `CImage->quality` and `CImage->compression`