GiCocu
From Avisynth wiki
Abstract | |
---|---|
Author | E-Male |
Version | 20050620 |
Download | gicocu_5F25_dll_20050620.zip |
Category | Levels and Chroma |
License | Open source |
Discussion | Doom9 Thread |
Contents |
Description
GiCocu is a plugin to load and use GIMP/Photoshop curve files.
- See an example here: http://avisynth.org.ru/docs/english/externalfilters/gicocu.htm
Requirements
- [x86]: AviSynth+ or AviSynth 2.5.8 or greater
- Supported color formats: RGB24, RGB32
Syntax and Parameters
- GiCoCu (clip, string "f", bool "alpha", bool "photoshop", bool "hsv")
- clip =
- Input clip.
- clip =
- string f = ""
- Path to curve file.
- string f = ""
- bool alpha = false
- If
alpha = true
and colorspace is RGB32 the alpha-channel of the video is processed as well.
- If
- bool alpha = false
- bool photoshop = false
- If
photoshop = true
the plug-in expects a Photoshop amp-file instead of a gimp color curve file.
- If
- bool photoshop = false
- bool hsv = false
- If
hsv = true
the curves are applied in HSV color-space (DOES NOT WORK, YET).
- If
- bool hsv = false
Examples
GiCoCu with default settings:
AviSource("blah.avi") GiCoCu("c:\path\to\gimp.cur", alpha=false, photoshop=false, hsv=false)
Changelog
Version Date Changes
20050207 2005/02/07 - catches some errors - "\" accepted in filenames ("/" still work, too) - rgb32 support (as well as rgb24) - optional alpha channel support - amp files support (format of photoshop and bugsbunny's vdub plug-in) - hsv support (thx to bugsbunny)
Archived Downloads
Version | Download | Mirror |
---|---|---|
20050620 | gicocu_5F25_dll_20050620.zip | gicocu_5F25_dll_20050620.zip |
External Links
Back to External Filters ←