S schebi New Member Oct 23, 2007 #1 How can i get the pixelsize of a image? Is there any methode to do that?
M MDaanje New Member Nov 30, 2007 #2 Try something like below: DEFINE VARIABLE lOK AS LOGICAL NO-UNDO. DEFINE IMAGE imPhoto FILE "..." ASSIGN lOK = imPhoto:LOAD-IMAGE("..."). DISPLAY imPhoto:WIDTH-PIXELS imPhoto:HEIGHT-PIXELS. Good luck.
Try something like below: DEFINE VARIABLE lOK AS LOGICAL NO-UNDO. DEFINE IMAGE imPhoto FILE "..." ASSIGN lOK = imPhoto:LOAD-IMAGE("..."). DISPLAY imPhoto:WIDTH-PIXELS imPhoto:HEIGHT-PIXELS. Good luck.