image sticher now does not resize images

This commit is contained in:
Hannes
2017-11-05 00:06:17 +01:00
parent e12ae4a748
commit bdeea31043
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ import xkcd.rectangle.imagepath.PathRectangle;
* @author Hannes * @author Hannes
*/ */
public class ImageSticher { public class ImageSticher {
private static final double DEFAULT_SCALE = 0.1D; private static final double DEFAULT_SCALE = 1D;
private static final int IMAGE_TYPE = BufferedImage.TYPE_4BYTE_ABGR; private static final int IMAGE_TYPE = BufferedImage.TYPE_4BYTE_ABGR;
private static final Color BACKGROUND_COLOR = Color.BLACK; private static final Color BACKGROUND_COLOR = Color.BLACK;

View File

@@ -3,7 +3,7 @@
* To change this template file, choose Tools | Templates * To change this template file, choose Tools | Templates
* and open the template in the editor. * and open the template in the editor.
*/ */
package xkcd; package xkcd.construction.comparator;
import java.awt.image.BufferedImage; import java.awt.image.BufferedImage;
import java.util.Comparator; import java.util.Comparator;