-
- All Implemented Interfaces:
-
com.facebook.imagepipeline.producers.Producer
public class PostprocessorProducer implements Producer<CloseableReference<CloseableImage>>
Runs a caller-supplied post-processor object.
Post-processors are only supported for static bitmaps. If the request is for an animated image, the post-processor step will be skipped without warning.
-
-
Constructor Summary
Constructors Constructor Description PostprocessorProducer(Producer<CloseableReference<CloseableImage>> inputProducer, PlatformBitmapFactory platformBitmapFactory, Executor executor)
-
Method Summary
Modifier and Type Method Description voidproduceResults(Consumer<CloseableReference<CloseableImage>> consumer, ProducerContext context)-
-
Method Detail
-
produceResults
void produceResults(Consumer<CloseableReference<CloseableImage>> consumer, ProducerContext context)
-
-
-
-