From f83c171f61f4d2955f214463f675f0df3a978306 Mon Sep 17 00:00:00 2001 From: "Ignacio R. Morelle" Date: Mon, 22 Dec 2008 14:36:00 +0000 Subject: [PATCH] Update changelog, mentioning new image-path functions --- changelog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/changelog b/changelog index a0e387ba9bf..cfd01d89d19 100644 --- a/changelog +++ b/changelog @@ -41,6 +41,16 @@ Version 1.5.6+svn: * Graphics: * New or updated unit frames: Gryphon Rider, Gryphon Master, Revenant. * New portraits for Peasant, Swordsman, Spearman. + * New image-path functions: + * ~CS(R,G,B): do a simple color-shift by adding the argument values + to each color channel. + * ~R(v), ~G(v), ~B(v): mangled forms of ~CS() for single channel + manipulations. + * ~O(percentage%), ~O(factor): change an image's opacity by a + percentage value (0%-100%-*%) or a numeric factor (0.0-1.0-*), + respectively. Using factors/values greater than 1.0/100% causes + pixels with non-zero alpha value to have it increased. + * ~BL(radius): blur an image by the given radius. * Language and i18n: * Renamed the --dummylocales parameter to --dummy-locales. * Fixed the po extraction tool to also include the id field.