Package | Description |
---|---|
de.fraunhofer.igd.klarschiff.service.image |
Das Package stellt einen Service zur Manipulation von Bildern, wie z.B. das Skalieren oder das Ausschwärzen von
Bildbereichen, bzw. zum Auslesen eines Bildes aus einem HTTP-Request bereit.
|
Modifier and Type | Field and Description |
---|---|
(package private) ImageService.ScaleTyp |
ImageService.scaleTyp |
Modifier and Type | Method and Description |
---|---|
ImageService.ScaleTyp |
ImageService.getScaleTyp() |
static ImageService.ScaleTyp |
ImageService.ScaleTyp.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImageService.ScaleTyp[] |
ImageService.ScaleTyp.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static byte[] |
ImageService.scaleImage(byte[] image,
Integer width,
Integer height,
ImageService.ScaleTyp scaleTyp)
Scalliert ein Bild.
|
void |
ImageService.setScaleTyp(ImageService.ScaleTyp scaleTyp) |
Copyright © 2019. All rights reserved.