Results 1 to 8 of 8

Thread: quicky !

Threaded View

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2005
    Posts
    7

    Resolved quicky !

    i'm simply trying to find out the dimensions of an image opened in image pro plus (VBA) compatable.

    the image is a .tif and it has been read into an array called ImBuf(Reg.Left,Reg.top). i now want it to work on cropped images, ie. different sizes.

    i've tried putting: Reg.Right=ImBuf.Width
    and Reg.Right=ImBuf().Width
    and Reg.Right=DOCSEL_ACTIVE.Width

    but they don't work and i get told there is a type mismatch (ImBuf is declared as an integer - is that part of the prob?)

    i've only been programming less than 1 week so please help a newbie


    thanx

    J x
    Last edited by jenny1981; Jun 6th, 2005 at 05:28 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width