Package de.uhilger.httpserver.image
Class ImageActor
- java.lang.Object
-
- de.uhilger.httpserver.image.ImageActor
-
public class ImageActor extends Object
Eine Klasse zum Herstellen verkleinerter sowie Base64-enkodierter Fassungen eines Originalbildes
-
-
Constructor Summary
Constructors Constructor Description ImageActor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
b64Image(File fromImg, File toFile)
void
createImage(File dir, String relname, String indicator, int gr, File tnfile)
Wenn b64 gewuenscht ist verweist tnfile auf dateiname_tn_b64.png Wenn b64 nicht gewuenscht ist verweist tnfile auf dateiname_tn.png (oder _kl oder _sm usw. anstelle von _tn)void
setImgSrc(Datei datei, String ext, File b64File)
-
-
-
Field Detail
-
TN
public static final String TN
Diese String-Konstanten noetigenfalls in eine Konfigurationsdatei auslagern- See Also:
- Constant Field Values
-
KL
public static final String KL
- See Also:
- Constant Field Values
-
SM
public static final String SM
- See Also:
- Constant Field Values
-
MT
public static final String MT
- See Also:
- Constant Field Values
-
GR
public static final String GR
- See Also:
- Constant Field Values
-
B64
public static final String B64
- See Also:
- Constant Field Values
-
JPG
public static final String JPG
- See Also:
- Constant Field Values
-
JPEG
public static final String JPEG
- See Also:
- Constant Field Values
-
PNG
public static final String PNG
- See Also:
- Constant Field Values
-
-
Method Detail
-
createImage
public void createImage(File dir, String relname, String indicator, int gr, File tnfile) throws UnsupportedEncodingException, IOException
Wenn b64 gewuenscht ist verweist tnfile auf dateiname_tn_b64.png Wenn b64 nicht gewuenscht ist verweist tnfile auf dateiname_tn.png (oder _kl oder _sm usw. anstelle von _tn)- Parameters:
dir
-relname
-indicator
-gr
-tnfile
-- Throws:
UnsupportedEncodingException
IOException
-
b64Image
public void b64Image(File fromImg, File toFile) throws FileNotFoundException, IOException
- Throws:
FileNotFoundException
IOException
-
setImgSrc
public void setImgSrc(Datei datei, String ext, File b64File) throws IOException
- Throws:
IOException
-
-