friends,
       i need your help. i have been doing a image processing project 
using "point method" to extract R,G,B from a picture. first i am 
loading the picture using loadpicture command. 

dim pixel as long
x=picyure1.scalewidth
y=picture1.scaleheight
for i=o to x
 for j=0 to y
pixel=picture1.point(j,i)


here is a part of code. but the problem is "i" is traversing from 0 to 
x, but "j" is somehow stopping at 328. whatever be the picture 
scaleheight the for loop for "j" is stopping at 328.
  this is my college project & it's really important.PLEASE HELP.









------------------------ Yahoo! Groups Sponsor --------------------~--> 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/k7folB/TM
--------------------------------------------------------------------~-> 


'// =======================================================
    Rules : http://ReliableAnswers.com/List/Rules.asp
    Home  : http://groups.yahoo.com/group/vbHelp/
    =======================================================
    Post  : [email protected]
    Join  : [EMAIL PROTECTED]
    Leave : [EMAIL PROTECTED]
'// =======================================================
 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/vbhelp/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to