Jump to content

Abigail111

Member
  • Content Count

    5
  • Joined

  • Last visited

  • Medals

Everything posted by Abigail111

  1. HI there That exactly what i want to do .I want to load image to screen.And i tried to load the screen image using this code from an image program: namespace RE__Test { public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void button1_Click(object sender, EventArgs e) { string fileName = "c:/Sample.png"; REImage reImage = REFile.OpenImageFile(fileName); REFile.load Image File(reImage, "c:/reimage.png", new PNGEncoder()); But i failed to do that.What's wrong with my code?Thanks for any suggestion.
  2. HI there I think you can save the image and load the image using this method: public static void SaveImageFile(REImage image, string filePath); public static void SaveImageFile(REImage image, string filePath, BaseEncoder enc);
  3. Abigail111

    Take On Mars Awards

    HI very happy to join you.Cheers for the support guys!
×