Plugin Author
kubiq
(@kubiq)
There is a hook available for anyone to do anything with the image after conversion:
do_action( 'bis_image_created', $attachment_id, $bis_file_path );
Currently my another plugin https://wordpress.org/plugins/images-to-webp/ is using this hook to automatically create webp versions,
but any developer can use this to create compatibility between this plugin and any other plugin that offers conversions or compressions or watermarks or anything else…
If you want me to support some another very popular plugin directly in the core, then let me know and I can take a look, or maybe I will just create some snippet in FAQ that you can use if you want…