Click here to Skip to main content
15,889,216 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
BH
Title says it all.

I'm trying to do image processing inside a web worker (ultimately hoping to try to do WebM encoding directly), I currently have an array of RGBA raw data and can convert it into various other formats, but in order to make it easier to encode it directly into a WebM file I want to make a webp image format
Everywhere I look directs to the webpjs library, but the main website that supposedly explains it is offline

I was able to find what seems like a copy of it https://github.com/obartra/webpjs but there's no documentation, and after I tried including the script file and analyzing the functions I was not able to figure anything out, at the minified code is very cryptic.

Someone recently showed me what seems to be the updated website http://libwebpjs.hohenlimburg.org/ but many of the links are broken and even with wayback it's hard to find what source file is used in the example on the homepage? It's also not clear if webpjs is the same as libwebpjs

Any ideas?

What I have tried:

BH

See above.

I've tried searching other places and asking other people in other places.
Posted
Updated 4-Sep-22 18:38pm
v2
Comments
Richard Deeming 7-Sep-22 8:55am    
The Internet Archive seems to have a copy of the site, if it helps:
WebPJS - Google's new image format WebP for not supported browsers (with alpha-channel)[^]
awts moos 9-Sep-22 13:56pm    
Yes I tried going there butCouldn't find a download of the actual library which works the same as the instructions from the new site

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900