GiCocu

From Avisynth wiki
Jump to: navigation, search
Abstract
Author E-Male
Version 20050620
Download gicocu_5F25_dll_20050620.zip
Category Levels and Chroma
License Open source
Discussion Doom9 Thread

Contents

[edit] Description

GiCocu is a plugin to load and use GIMP/Photoshop curve files.


[edit] Requirements


[edit] Syntax and Parameters

GiCoCu (clip, string "f", bool "alpha", bool "photoshop", bool "hsv")


clip   =
Input clip.


string  f = ""
Path to curve file.


bool  alpha = false
If alpha = true and colorspace is RGB32 the alpha-channel of the video is processed as well.


bool  photoshop = false
If photoshop = true the plug-in expects a Photoshop amp-file instead of a gimp color curve file.


bool  hsv = false
If hsv = true the curves are applied in HSV color-space (DOES NOT WORK, YET).


[edit] Examples

GiCoCu with default settings:

AviSource("blah.avi")
GiCoCu("c:\path\to\gimp.cur", alpha=false, photoshop=false, hsv=false)


[edit] 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)


[edit] Archived Downloads

Version Download Mirror
20050620 gicocu_5F25_dll_20050620.zip gicocu_5F25_dll_20050620.zip


[edit] External Links




Back to External Filters

Personal tools