sprint 2 commencer
This commit is contained in:
@@ -15,9 +15,10 @@ public class ConverterController {
|
||||
BufferedImage image;
|
||||
try {
|
||||
image = ImageIO.read(f);
|
||||
} catch (IOExeption e){
|
||||
} catch (IOException e){
|
||||
return null;
|
||||
}
|
||||
return image;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,18 @@
|
||||
package fr.iutfbleau.sae.mpif;
|
||||
import fr.iutfbleau.sae.util.bitOutputStream;
|
||||
public class PIFWriter {
|
||||
|
||||
|
||||
|
||||
public void writeHeader(bitOutputStream out,int width, int height){
|
||||
|
||||
}
|
||||
|
||||
public void writeTables(bitOutputStream out, Map<Integer,Integer> canonicalCodes){
|
||||
|
||||
}
|
||||
|
||||
public void encodePixels(bitOutputStream out){
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user