|
Filters
 
In ImageBadger, you can apply a number of filters on the converted images. The filters will be applied in the order they appear in the filter list.
These filters can e.g. resize, rotate the images, and apply graphical modifications on the images.
By right clicking on the filter list, you can save the chosen filters into a Profile by using the Save Profile function. Your saved profiles can be opened up at a later time by opening the Profile Manager window.
Resize Filter

Resizes the image to a new width and height.
Filter Parameter:
/filter resize METHOD TYPE WIDTH HEIGHT KEEPASPECTRATIO DONOTENLARGE
Example: /filter resize 4 0 320 240 0 0
Parameter Description:
Method: Can either be 0 = Normal, 2 = Resample, 4 = Bicubic.
Type: Can either be 0 = Pixels, 1 = Percentage.
Width: A number which represents either pixels or percentage.
Height: A number which represents either pixels or percentage.
KeepAspectRatio: Can be either 0 = No, 1 = Yes.
DoNotEnlarge: Can be either 0 = No, 1 = Yes.
Rotate Filter

Rotates the image.
Filter Parameter:
/filter rotate ANGLE FLAGS FILLCOLOR
Example: /filter rotate 4500 0 0
Parameter Description:
Angle: Must be between -36000 to 36000 (degree * 100).
Flags: Can either be 0 = Crop image, 1 = Resize normal, 2 = Resize resample, 4 = Resize bicubic.
FillColor: The fillcolor to use if the filter has to resize the image. RGB value.
»
|