SongKong Jaikoz

SongKong and Jaikoz Music Tagger Community Forum

Any plans to support importing webp pics?

Title sums it up. It would be nice to be able to drag webp pics from a browser straight into Jaikoz, instead of doing the whole Save As thing from an image app.

I just tried to read a webp image image with

BufferedImage bi = ImageIO.read(new File("C:\\code\\jthink\\songkong\\test.webp"));
System.out.println(bi);

So it seems webp is not currently supported by standard Java, and i couldnt find a pure Java library to do it either, unless that becomes available it is not practible to support webp.

That sucks. I assumed it would be simple since browsers are increasingly using it, but now that I search I see it’s not. Thanks for looking.