graphics filter

  1. A

    Question Need help moving from GetPixel/SetPixel to Lockbits

    This is my GetPixel/SetPixel code for increasing the reds and purples in an image privatevoid redsAndPurplesToolStripMenuItem_Click(object sender, EventArgs e) {// Get bitmap from picturebox Bitmap bmpMain = (Bitmap)pictureBoxMain.Image.Clone(); // search through each pixel via x, y...
Back
Top Bottom