@@ -785,9 +785,11 @@ Unit testing will be done on system methods that return a value, or modify known
\subsection{Unit testing of output files}
To test the validity of outputted GIF images, the testing system will hold image resources of input frames, input GIFs, as well as the expected GIF outputted. A known GIF should be manipulated and then compared to the expected GIF in a frame-by-frame matter. To exclude meta-data issues associated with GIF images, each frame should be cast to a known image format such as a bitmap, then compared pixel-by-pixel. Frames should have a 100 percent pixel match for the expected GIF to pass. A method for casting Frames to bitmaps and then comparing the pixels, should be added to the testing package prior to testing GIF manipulation. This function can then be verified by simply sending the same image(s) as parameters.
\bibliographystyle{plainnat}
%\bibliographystyle{plainnat}
\bibliography{SRS}
\section{Bibliography}
Microsoft Visual Studio Unit Testing Framework, Microsoft Incorperated; \\\href{https://msdn.microsoft.com/en-us/library/dd264975.aspx}{https://msdn.microsoft.com/en-us/library/dd264975.aspx}\\\\