- 🇮🇳India bendale
Hey everyone, I'm curious to know if there's a particular reason for keeping both the old extension and the new one when using the convert effect.
- 🇺🇸United States Chris Burge
@bendale - That's an excellent question. The source of the issue is potential namespace conflicts. Let's say you have image.jpg and image.png. If both are converted to webp, then you have an problem. I've dug into this very issue over the past week and should probably open a new issue against core. I don't have a solution, but I think it deserves its own issue for discussion.
- 🇺🇸United States Chris Burge
On a related note, this issue introduced a bug, 🐛 ImageStyleDownloadController::deliver() infers source image when generating derivatives with image format conversion Active , which would need to be addressed if we wanted to solve for replacing an image file extension instead of appending it when converting.