|
|
@ -1,13 +1,12 @@ |
|
|
|
package com.sothr.imagetools.image |
|
|
|
package com.sothr.imagetools.engine.image |
|
|
|
|
|
|
|
import java.awt.image.{BufferedImage, ColorConvertOp, DataBufferByte} |
|
|
|
import java.io.{File, IOException} |
|
|
|
import javax.imageio.ImageIO |
|
|
|
|
|
|
|
import com.sothr.imagetools.AppConfig |
|
|
|
import com.sothr.imagetools.dao.ImageDAO |
|
|
|
import com.sothr.imagetools.hash.HashService |
|
|
|
import com.sothr.imagetools.util.{PropertiesService, PropertyEnum} |
|
|
|
import com.sothr.imagetools.engine.AppConfig |
|
|
|
import com.sothr.imagetools.engine.dao.ImageDAO |
|
|
|
import com.sothr.imagetools.engine.hash.HashService |
|
|
|
import com.sothr.imagetools.engine.util.{PropertiesService, PropertyEnum} |
|
|
|
import grizzled.slf4j.Logging |
|
|
|
import net.coobird.thumbnailator.Thumbnails |
|
|
|
import net.sf.ehcache.Element |