Skip to content
Snippets Groups Projects
Commit 02a613c6 authored by Riley Mcgee's avatar Riley Mcgee
Browse files

Code Cleanup for presentation

parent 49b1502f
No related branches found
No related tags found
No related merge requests found
......@@ -30,17 +30,6 @@ namespace Gifitti.Transformation
collection[i].Resize(newWidth, newHeight);
gm.SetFrameFromImage(collection[i].ToBitmap(), i);
}
// Optionally reduce colors
//QuantizeSettings settings = new QuantizeSettings();
//settings.Colors = 256;
//collection.Quantize(settings);
//// Optionally optimize the images (images should have the same size).
//collection.Optimize();
//// Save gif
//collection.Write("tempResize.gif");
}
}
}
......
......@@ -350,7 +350,7 @@ namespace Gifitti.View_Models
//set the initial frames in textbox
textBox1.Text = "0";
textBox2.Text = gm.numberOfFrames.ToString();
Transformation.TransformGif.resizeGif(this.gm, 100, 100);
//Transformation.TransformGif.resizeGif(this.gm, 100, 100); //TODO: remove temporarily used for testing
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment