Magento2: How to override block, helper, model, template
This article refer to https://michalmachovic.github.io/php,%20magento2/2019/02/08/magento2-basic-module.html, follow that article to create frontend module first.
Override Block function
We want to override create() function from vendor/magento/module-catalog/Block/Product/ImageBuilder.php.