122
edits
Changes
→Image Profiling
Out of all the functions tested, reflectImage has the largest ms/call. Below is the code for reflectImage:
void Image::reflectImage(bool flag, Image& oldImage)/*Reflects the Image based on users input*/{
int rows = oldImage.N;
int cols = oldImage.M;
}
oldImage = tempImage;}
==== LZW Data Compression Algorithm ====