imcdonagh / image4j

The image4j library allows you to read and write certain image formats in 100% pure Java.
Other
78 stars 38 forks source link

How to change size? #9

Closed yunyuyuan closed 4 years ago

yunyuyuan commented 4 years ago

I try call write like write(img, 32, new File("1.ico")),but the output ico is alway 128*128

yunyuyuan commented 4 years ago

Ok,it's not a problem,i can resize at source.