DescriptionPilot for the codec link-forcing system
This patch shows how I propose to implement the link forcing mechanism for the codecs. I have added declare & define macros in SkImageDecoder.h and SkImageEncoder.h. A declare line will be added for each codec in SkImageDecoder.h and/or SkImageEncoder.h. A define line will be added to each codec (e.g., SkImageDecoder_libjpeg.cpp). Finally each module that uses a codec (e.g., cmykjpeg.cpp) will need a forcing method that invokes the codec creation function.
Patch Set 1 #
Total comments: 1
Patch Set 2 : added comments to header files #Patch Set 3 : propagated changes to all codecs #
MessagesTotal messages: 4
|