Search found 1 match

by Puffolino
Tue Sep 22, 2026 7:42 am
Forum: Coding Questions
Topic: how to save an image?
Replies: 2
Views: 2914

Re: how to save an image?

Starting with SpiderBasic to create a tool which loads all images of a directory, crops each image to a certain size and save it then.
But .. how to save (or overwrite) an image without seeing a filerequester?


; Define

Enumeration Window
#Win_Main
EndEnumeration

Enumeration Gadget
#Cont ...