When should I use image to Base64 in OpenCart?
Image to Base64 is useful when a small image is needed as a data URL in an email template, demo, technical example, or temporary integration where you do not want a separate public file.
For normal product images, use image files instead of Base64 because Base64 increases HTML size. See the Image to Base64 tool.