Skip to content

Instantly share code, notes, and snippets.

@rbnvrw
Created October 20, 2015 21:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rbnvrw/81258bce7364ae92559c to your computer and use it in GitHub Desktop.
Save rbnvrw/81258bce7364ae92559c to your computer and use it in GitHub Desktop.
GIMP batch scripts (BIMP)
#BIMP 1.16
#MANIPULATION SET DEFINITION
[USERDEF0]
procedure=plug-in-despeckle
num_params=7
PARAM0=1
PARAM1=NOT_USED
PARAM2=NOT_USED
PARAM3=2
PARAM4=0
PARAM5=7
PARAM6=248
[USERDEF1]
procedure=gimp-levels-stretch
num_params=1
PARAM0=NOT_USED
[RESIZE]
new_w_pc=100
new_h_pc=100
new_w_px=2048
new_h_px=480
resize_mode=2
stretch_mode=1
padding_color=#000000000000
padding_color_alpha=65535
interpolation=2
change_res=true
new_res_x=300
new_res_y=300
[USERDEF2]
procedure=plug-in-unsharp-mask
num_params=6
PARAM0=1
PARAM1=NOT_USED
PARAM2=NOT_USED
PARAM3=5
PARAM4=0.5
PARAM5=0
[CHANGEFORMAT]
format=3
quality=95
smoothing=0
entropy=true
progressive=false
comment=Ruben Verweij
subsampling=2
baseline=true
markers=0
dct=1
#BIMP 1.16
#MANIPULATION SET DEFINITION
[RESIZE]
new_w_pc=100
new_h_pc=100
new_w_px=2048
new_h_px=480
resize_mode=2
stretch_mode=1
padding_color=#000000000000
padding_color_alpha=65535
interpolation=2
change_res=true
new_res_x=300
new_res_y=300
[CHANGEFORMAT]
format=3
quality=95
smoothing=0
entropy=true
progressive=false
comment=Ruben Verweij
subsampling=2
baseline=true
markers=0
dct=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment