| Package | Description |
|---|---|
| org.osgl.util |
| Modifier and Type | Class and Description |
|---|---|
static class |
Img.BinarySourceProcessor<PROCESSOR extends Img.BinarySourceProcessor<PROCESSOR,STAGE>,STAGE extends Img.ProcessorStage<STAGE,PROCESSOR>>
The base class that process two image sources and produce result image
|
static class |
Img.Filter<FILTER extends Img.Filter<FILTER,STAGE>,STAGE extends Img.ProcessorStage<STAGE,FILTER>> |
static class |
Img.Processor<PROCESSOR extends Img.Processor<PROCESSOR,STAGE>,STAGE extends Img.ProcessorStage<STAGE,PROCESSOR>>
Base class for image operator function which provides source width, height, ratio parameters on demand
|
static class |
Img.ProcessorStage<STAGE extends Img.ProcessorStage<STAGE,PROCESSOR>,PROCESSOR extends Img.Processor<PROCESSOR,STAGE>> |
| Modifier and Type | Class and Description |
|---|---|
static class |
Img.Blur.Stage |
static class |
Img.Concatenater.Stage |
static class |
Img.Cropper.Stage |
static class |
Img.Flip.Stage |
static class |
Img.NoiseMaker.Stage |
static class |
Img.Resizer.Stage |
static class |
Img.TextWriter.Stage |
| Modifier and Type | Method and Description |
|---|---|
<B extends Img.ProcessorStage<B,P>,P extends Img.Processor<P,B>> |
Img._Load.pipeline(Class<? extends P> processorClass) |
<B extends Img.ProcessorStage<B,P>,P extends Img.Processor<P,B>> |
Img._Load.pipeline(P processor)
Pipeline the target image as an input (source) image to to another processor
|
| Modifier and Type | Method and Description |
|---|---|
Img.ProcessorStage |
Img._Load.compress(float compressionQuality) |
Img.ProcessorStage |
Img._Load.copy() |
Img.ProcessorStage |
Img._Load.pipeline(Img.Processor p,
Img.Processor... others) |
Img.ProcessorStage |
Img._Load.pipeline(List<? extends Img.Processor> processors) |
Img.ProcessorStage |
Img._Load.processor(Img.Processor processor) |
Copyright © 2014–2019 OSGL (Open Source General Library). All rights reserved.