Author Topic: Batch file and decals.  (Read 489 times)

This is just a mad idea I had. I just need you to tell me if this is doable and how.
The idea is quite simple: A batch or some sort of executable that copies every png image from prints into icons reducing its size by 8 (originalsize/8)
This will make decal making a real quick task.

could be easily made I'm sure, but I don't code :(

also goes in suggestions & requests :cookieMonster:

Blockland cannot resize images. The closest thing you could get to this would be Blockland opening a GUI with a resized GuiBitmapCtrl and then having Blockland taking a screenshot of the resized version. You would still need to crop it though.

Blockland cannot resize images. The closest thing you could get to this would be Blockland opening a GUI with a resized GuiBitmapCtrl and then having Blockland taking a screenshot of the resized version. You would still need to crop it though.
He said batch file not torkscript


You can, if you have command line utilities that can unzip files and resize images

He said batch file not torkscript


You can, if you have command line utilities that can unzip files and resize images
So for doing this stuff I might need extra stuff?

Nvm, picasa did the job, might do a tutorial