Found on: https://encode.ru/threads/595-GraLIC-new-lossless-image-compressor Files from: nishi.dreamhosters.com/u/mrp-05.rar https://encode.ru/attachment.php?s=3a85739c3a5f83b56c455bf0a57d0adf&attachmentid=1266&d=1271820527 INFO: "Because for many images MRP prints "Image width and height must be multiples of 8!" and exits, I suggest he/she applies the attached program. It cuts off the required number of pixels from top, bottom, left and right: c=width&7; cl=c/2, cr=c-cl; d=height&7; ct=d/2, cb=d-ct; printf("Width=%d, height=%d\n" "Cutting off %d and %d from top and bottom, %d and %d from left and right\n",width,height,ct,cb,cl,cr);" - for cut4mrp MRP 0.5 compiled with GCC: http://imagecompression.info/gralic/mrp05gcc/mrp05gcc.rar executables for 64-bit Linux: http://imagecompression.info/gralic/mrp05gcc/mrp05gcc-linux64bit.zip encmrp.exe and encmrp-Linux64 create compressed files that can be decompressed by decmrp.exe and by decmrp-Linux64, but for some reason executables from Eugene Shelwien - http://nishi.dreamhosters.com/u/mrp-05.rar - create incompatible compressed files, and can't decompress mrp05gcc-compressed files.