Convert jpg to jpeg in nodejs
I am using google dlp service to redact image which supports jpeg format. For jpg files, If I don’t convert it into jpeg, it google redact service is not working properly. In order to convert, I am using sharp library.
I am using google dlp service to redact image which supports jpeg format. For jpg files, If I don’t convert it into jpeg, it google redact service is not working properly. In order to convert, I am using sharp library.