Currently the processing instructions differ for the fallback and the srcset images. The processing instructions contain additional entries for minWidth and maxWidth, even if they are not set in the tag. This causes typo3 to create two identical processed images for the same image width.
I changed the processing instructions for the fallback image to contain the minWidth and maxWidth only if they are given. This way the fallback image does not create an additional entry in the processed files table.
Currently the processing instructions differ for the fallback and the srcset images. The processing instructions contain additional entries for minWidth and maxWidth, even if they are not set in the tag. This causes typo3 to create two identical processed images for the same image width. I changed the processing instructions for the fallback image to contain the minWidth and maxWidth only if they are given. This way the fallback image does not create an additional entry in the processed files table.