#start the gimp #Select the Xtns -> Python-Fu -> Console menu #Enter the following: f=pdb.file_png_load("/path/to/file.png",'') pdb.gimp_display_new(f) f.scale(f.width/2, f.height/2)