I want to compare 2 tiff files in abap and identify their difference and I want to generate 2 more tiff files which will show difference between 2 files.
Input 1 : 1st tiff file
Input 2 : 2nd Tiff File.
Output 1 : 3rd tiff file which will show content which is present in 1st tiff file but not present in 2nd tiff file.
Output 2 : 4th Tiff file which will show contents which is present in 2nd tiff file but not present in 1st tiff file.