「WebPonize」はJPEG/PNGファイルをドラッグ&ドロップでWebPに変換してくれるツールです。WebP(ウェッピー)はGoogleが開発した ...
前回、PNGやJPEGなどさまざまな形式の画像をWebPやAVIFなどの形式に整えるプログラムを作成しました。今回はGIGAZINEの編集部員が誰でも簡単に使えるよう、「pkg」というライブラリを使用して実行ファイルの形式に整えていきます。 プログラムの中身や環境 ...
前回、PNGやJPEGなどさまざまな形式の画像をWebPやAVIFなどの形式に整えるプログラムを作成しました。今回はGIGAZINEの編集部員が誰でも簡単に使えるよう、「pkg」というライブラリを使用して実行ファイルの形式に整えていきます。 pkg - npm https://www.npmjs.com ...
While downloading images from the internet, you may have come across one of the relatively newer image formats called WebP. It is a file format launched by Google back in 2010. What makes WebP special ...
Anyone trying to save images from websites these days is increasingly stumbling across the new WebP image format. But what is it actually? WebP was developed by Google to replace the outdated JPG, PNG ...
Last time, we created a program to convert various image formats such as PNG and JPEG into formats such as WebP and AVIF. This time, we will convert it into an executable file format using a library ...