Package 

Class AddImageTransformMetaDataProducer

  • All Implemented Interfaces:
    com.facebook.imagepipeline.producers.Producer

    
    public class AddImageTransformMetaDataProducer
     implements Producer<EncodedImage>
                        

    Add image transform meta data producer

    Extracts meta data from the results passed down from the next producer, and adds it to the result that it returns to the consumer.

    • Method Summary

      Modifier and Type Method Description
      void produceResults(Consumer<EncodedImage> consumer, ProducerContext context)
      • Methods inherited from class com.facebook.imagepipeline.producers.Producer

        produceResults
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait