@staticmethod
    def calc_scaled_image_pixel_dimension_coordinates(image_dim_end, scale_factor, image_dim_start=0, round=True):
        """
        Scales a range of pixel dimension coordinates (i.e. all X coordinates OR Y-coordinates) by a scaling factor.