Do you see something wrong in the code below ?
LOCAL lcSource, lcDestlcSource = GETPICT()lcDest = JUSTPATH(lcSource) + "\_" + JUSTSTEM(lcSource) LOCAL loImage AS GpImage OF HOME() + ffc/_gdiplus.vcxloImage = NEWOBJECT("GpImage",HOME()+"ffc/_gdiplus.vcx")loImage.CreateFromFile(lcSource)loImage.SaveToFile(lcDest
Read More