G
Guest
is it just me or does anybody else find the Image.RotateFlip method kind of
slow? (I'm comparing to commercial softwares). Same for resizing. I'm using
sourceImage = system.drawing.bitmap.fromFile(filestring)
newImage = new bitmpa(sourceImage, newWidth, newHeight)
newImage.save(newFileString)
Anyone knows of any faster methods?
slow? (I'm comparing to commercial softwares). Same for resizing. I'm using
sourceImage = system.drawing.bitmap.fromFile(filestring)
newImage = new bitmpa(sourceImage, newWidth, newHeight)
newImage.save(newFileString)
Anyone knows of any faster methods?
