This PR removes all ICC profiles except the sRGB_IEC61966-2-1 profile. This profile is MPDF's default ICC profile; it can be changed by modifying the mPDF class' ICCProfile property. However, that functionality is not used by this extension.
This change reduces the total file size from 49M to 8,7M.
This PR removes all ICC profiles except the
sRGB_IEC61966-2-1
profile. This profile is MPDF's default ICC profile; it can be changed by modifying themPDF
class'ICCProfile
property. However, that functionality is not used by this extension.This change reduces the total file size from 49M to 8,7M.