@staticmethod
    def scale_image_no_interpolation_auto(source_image, target_image):
        """
        Geometrically scales each pixel of an image relative to the centre pixel without interpolating between original pixels.
        Calculates scale factor based upon the difference in size between two input images.