Image Processing Problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • MATTXtwo
    New Member
    • Sep 2006
    • 83

    Image Processing Problem

    guys I have this problem related to image editor..
    I 'm developing a project that can resize,add text,move rectangle for crop an image also scroll for bigger image..
    the problem is I don't know how to make it display perfectly
    this is the code that i've use for all function above
    Code:
    graphic=image.CreateGraphic
    graphic.DrawImage(sourceImage,rectangle,x,y,width,height,graphicunitpixel)
    but when ever it switch between all function(resize ,scroll,add text)
    the display image is not as i expected..
    maybe after resize the image scroll event looks like a full image with a resize width or height.. not as a stretch image as expected size
    so I want to know what u guys do to create image editor like this..
    or u guys know what do i do to fix the code above
    Last edited by MATTXtwo; Jul 15 '09, 11:12 AM. Reason: not fully code
Working...