Search results for query: *

  1. D

    Question Modifying an image and Saving it

    Ok, Thanks I will try it.
  2. D

    Question Modifying an image and Saving it

    Thanks! But I tried it. I used Graphics.FromImage then I scaled it and drew it on the form successfully. but when I used Image.Save the image saved with no scaling. Anyway, I will retry it and if I failed again I will post the code I use.
  3. D

    Question Modifying an image and Saving it

    Hello ! I want to load an image from file then modify it with Graphics object methods like rotating and scaling. I managed to load image and sscaling it and drawing it on form, but how to save it with the modifications? That what I want to know. Brifly, How to create a graphics object from...
Back
Top