This piece of code loads an image and saves it on the same original folder in the formats supported by GDI+
LOCAL lcSource, lcDestinationlcSource = GETPICT()lcDestination = JUSTPATH(lcSource) + "\_" + JUSTSTEM(lcSource) LOCAL loImage AS GpImage
Read More