프로퍼티 | 타입 | 설명 | |
---|---|---|---|
LoadingPixbuf | Pixbuf |
메소드 | 설명 | |
---|---|---|
Blur ( Pixbuf src, int radius, FSpot.UI.Dialog.ThreadProgressDialog dialog ) : Pixbuf | ||
Clone ( this surf ) : |
||
ColorAdjust ( Pixbuf src, double brightness, double contrast, double hue, double saturation, int src_color, int dest_color ) : Pixbuf | ||
ColorAdjust ( Gdk src, Gdk dest, Transform trans ) : void | ||
ColorAdjust ( Pixbuf src, Pixbuf dest, double brightness, double contrast, double hue, double saturation, int src_color, int dest_color ) : void | ||
CreateDerivedVersion ( |
||
CreateDerivedVersion ( |
||
CreateDerivedVersion ( |
||
Fit ( Pixbuf pixbuf, int dest_width, int dest_height, bool upscale_smaller, int &fit_width, int &fit_height ) : double | ||
Fit ( int orig_width, int orig_height, int dest_width, int dest_height, bool upscale_smaller, int &fit_width, int &fit_height ) : double | ||
Flatten ( Pixbuf pixbuf ) : Pixbuf | ||
GetOrientation ( |
||
IconFromPixbuf ( Pixbuf source, int size ) : Pixbuf | ||
IsGray ( Gdk pixbuf, int max_difference ) : bool | ||
LoadAtMaxSize ( string path, int max_width, int max_height ) : Pixbuf | ||
PixbufCmsFormat ( Pixbuf buf ) : FSpot.Cms.Format | ||
Pixbuf_GetRow ( byte pixels, int row, int rowstride, int width, int channels, byte dest ) : byte[] | ||
Pixbuf_SetRow ( byte pixels, byte dest, int row, int rowstride, int width, int channels ) : void | ||
RemoveRedeye ( Gdk src, Gdk area ) : Gdk.Pixbuf | ||
RemoveRedeye ( Gdk src, Gdk area, int threshold ) : Gdk.Pixbuf | ||
ReplaceColor ( Gdk src, Gdk dest ) : void | ||
ScaleToAspect ( Gdk orig, int width, int height ) : Gdk.Pixbuf | ||
TagIconFromPixbuf ( Pixbuf source ) : Pixbuf | ||
UnsharpMask ( Pixbuf src, double radius, double amount, double threshold, FSpot.UI.Dialog.ThreadProgressDialog progressDialog ) : Pixbuf |
메소드 | 설명 | |
---|---|---|
LoadFromAssembly ( string resource ) : Pixbuf | ||
Save ( this pixbuf, string filename, string type, uint jpeg_quality ) : bool | ||
SaveToSuitableFormat ( |
||
gdk_pixbuf_save ( IntPtr raw, IntPtr filename, IntPtr type, IntPtr &error, IntPtr optlabel1, IntPtr optvalue1, IntPtr dummy ) : bool |
public static Blur ( Pixbuf src, int radius, FSpot.UI.Dialog.ThreadProgressDialog dialog ) : Pixbuf | ||
src | Pixbuf | |
radius | int | |
dialog | FSpot.UI.Dialog.ThreadProgressDialog | |
리턴 | Pixbuf |
public static ColorAdjust ( Pixbuf src, double brightness, double contrast, double hue, double saturation, int src_color, int dest_color ) : Pixbuf | ||
src | Pixbuf | |
brightness | double | |
contrast | double | |
hue | double | |
saturation | double | |
src_color | int | |
dest_color | int | |
리턴 | Pixbuf |
public static ColorAdjust ( Gdk src, Gdk dest, Transform trans ) : void | ||
src | Gdk | |
dest | Gdk | |
trans | Transform | |
리턴 | void |
public static ColorAdjust ( Pixbuf src, Pixbuf dest, double brightness, double contrast, double hue, double saturation, int src_color, int dest_color ) : void | ||
src | Pixbuf | |
dest | Pixbuf | |
brightness | double | |
contrast | double | |
hue | double | |
saturation | double | |
src_color | int | |
dest_color | int | |
리턴 | void |
public static CreateDerivedVersion ( |
||
source | ||
destination | ||
리턴 | void |
public static CreateDerivedVersion ( |
||
source | ||
destination | ||
jpeg_quality | uint | |
리턴 | void |
public static CreateDerivedVersion ( |
||
source | ||
destination | ||
jpeg_quality | uint | |
pixbuf | Pixbuf | |
리턴 | void |
public static Fit ( Pixbuf pixbuf, int dest_width, int dest_height, bool upscale_smaller, int &fit_width, int &fit_height ) : double | ||
pixbuf | Pixbuf | |
dest_width | int | |
dest_height | int | |
upscale_smaller | bool | |
fit_width | int | |
fit_height | int | |
리턴 | double |
public static Fit ( int orig_width, int orig_height, int dest_width, int dest_height, bool upscale_smaller, int &fit_width, int &fit_height ) : double | ||
orig_width | int | |
orig_height | int | |
dest_width | int | |
dest_height | int | |
upscale_smaller | bool | |
fit_width | int | |
fit_height | int | |
리턴 | double |
public static GetOrientation ( |
||
uri | ||
리턴 | ImageOrientation, |
public static IconFromPixbuf ( Pixbuf source, int size ) : Pixbuf | ||
source | Pixbuf | |
size | int | |
리턴 | Pixbuf |
public static IsGray ( Gdk pixbuf, int max_difference ) : bool | ||
pixbuf | Gdk | |
max_difference | int | |
리턴 | bool |
static public LoadAtMaxSize ( string path, int max_width, int max_height ) : Pixbuf | ||
path | string | |
max_width | int | |
max_height | int | |
리턴 | Pixbuf |
public static PixbufCmsFormat ( Pixbuf buf ) : FSpot.Cms.Format | ||
buf | Pixbuf | |
리턴 | FSpot.Cms.Format |
public static Pixbuf_GetRow ( byte pixels, int row, int rowstride, int width, int channels, byte dest ) : byte[] | ||
pixels | byte | |
row | int | |
rowstride | int | |
width | int | |
channels | int | |
dest | byte | |
리턴 | byte[] |
public static Pixbuf_SetRow ( byte pixels, byte dest, int row, int rowstride, int width, int channels ) : void | ||
pixels | byte | |
dest | byte | |
row | int | |
rowstride | int | |
width | int | |
channels | int | |
리턴 | void |
public static RemoveRedeye ( Gdk src, Gdk area ) : Gdk.Pixbuf | ||
src | Gdk | |
area | Gdk | |
리턴 | Gdk.Pixbuf |
public static RemoveRedeye ( Gdk src, Gdk area, int threshold ) : Gdk.Pixbuf | ||
src | Gdk | |
area | Gdk | |
threshold | int | |
리턴 | Gdk.Pixbuf |
public static ReplaceColor ( Gdk src, Gdk dest ) : void | ||
src | Gdk | |
dest | Gdk | |
리턴 | void |
public static ScaleToAspect ( Gdk orig, int width, int height ) : Gdk.Pixbuf | ||
orig | Gdk | |
width | int | |
height | int | |
리턴 | Gdk.Pixbuf |
public static TagIconFromPixbuf ( Pixbuf source ) : Pixbuf | ||
source | Pixbuf | |
리턴 | Pixbuf |
public static UnsharpMask ( Pixbuf src, double radius, double amount, double threshold, FSpot.UI.Dialog.ThreadProgressDialog progressDialog ) : Pixbuf | ||
src | Pixbuf | |
radius | double | |
amount | double | |
threshold | double | |
progressDialog | FSpot.UI.Dialog.ThreadProgressDialog | |
리턴 | Pixbuf |