package com.sothr.imagetools import grizzled.slf4j.Logging object ImageService extends Logging { /** * Get the raw data for an image */ def getImageData(path:String):Array[Array[Int]] = { return null } }