Skip to content
  • Igor Poboiko's avatar
    Fix "Rescale QImage accordingly" · d53a9063
    Igor Poboiko authored and Laurent Montel's avatar Laurent Montel committed
    Rescale image only when needed (i.e. original image is larger than
    desired). Also, when user don't want to rescale the image at all,
    special values  width == -1 && height == -1 are provided; this case
    should also be covered.
    d53a9063