-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 991d58f
Showing
1 changed file
with
60 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
GIMP-SinXPI | ||
=========== | ||
|
||
Modify an image's colors by mapping the channels to a curve defined by a | ||
mathematical expression. (Similar to Gimp's built-in curves, only mathier.) | ||
|
||
Developed for GIMP-2.8.6 | ||
|
||
Works for RGB*,GREY*,INDEXED* images. | ||
|
||
|
||
Installation | ||
------------ | ||
|
||
Try "make install". If that doesn't work, tell me why and I'll see what I | ||
can do in the next release. | ||
|
||
|
||
Known Issues | ||
------------ | ||
|
||
* GimpZoomPreview. This widget needs to be banished to the moon until it | ||
learns to behave itself. Indexed color is the biggest problem, but | ||
why the hell is its shape locked to the image's aspect ratio? | ||
|
||
* Translations. I really have to learn this gettext thing. The documentation | ||
and tutorials make it sound like yet another "do a shit-load of work and | ||
maybe we'll give you a feature that you wouldn't know how to test anyway" | ||
pile of shit. (GNU's Not Unix, you say?) | ||
|
||
* 32-Bits and GEGL. Updating to Gimp-3 is going to be a pain. | ||
|
||
* Reporting NaNs in expression evaluation. We silently convert to zero. | ||
In fact, any out-of-range [0..1] value should be reported. | ||
|
||
|
||
Author | ||
------ | ||
|
||
the other anonymous <[email protected]> | ||
|
||
|
||
Acknowledgments | ||
--------------- | ||
|
||
Many thanks to Leonardo Haddad Loureiro for making LViewP1b.exe (one | ||
of the few Windows 3.1 programs which can still be found everywhere), | ||
especially for the "Interactive RGB" feature that inspired this plugin. | ||
|
||
Many unthanks to GTK for still not having any undo feature in its text buffer. | ||
|
||
|
||
Copyright | ||
--------- | ||
|
||
The file COPYING applies only to gundo.c and gundo.h, which trace their | ||
roots back to GundoSequence by Nat Pryce. | ||
|
||
The rest of this code is Public Domain (CC0). | ||
http://creativecommons.org/publicdomain/zero/1.0/ |