mirror of
https://github.com/13hannes11/xkcd_poster_creator.git
synced 2024-09-03 21:50:58 +02:00
image sticher now does not resize images
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
@@ -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;
|
||||||
Reference in New Issue
Block a user