project update 4 - testing
Hi, in this post I will be covering my findings during the testing phase of the project. I initially built the application on an AArch64 linux system, I had no issues building the file as per the github instructions under the POSIX section. I used perf report to profile the application. but before I continue I should note that in all data obtained from tests used four this post on all platforms with the flags --verbouse --quality 84 on the application run. I tested using a sample png file that was provided, I successfully converted and compressed the file from png to jpeg multiple times on both windows x86_64 and linux Aarch64 platforms. Before After I should note that during my testing I did test with several other png images and some were rejected by the applications for reasons I have not yet narrowed down, this is an example of one such image. The choice of the specific image has no relavance to the test it just happened to be on my computer so I used it as test dat...