package main import ( "whspbrd/pkg/render_image" ) func main() { render_image.RenderImage("../configs/icon.png", 0, 0, 3, 0, true) }