タグ

PNGとGoogleに関するrichard_rawのブックマーク (2)

  • 見てるページを全部保存するという行ない - Diary

    見てるページを全部保存するという行ない をもうずっとしていて、以下のような user.js でページを全部保存してます。 // ==UserScript== // @name 見たサイト全部保存 // @namespace http://tampermonkey.net/ // @version 0.1 // @author You // @match http://*/* // @match https://*/* // @grant GM_xmlhttpRequest // @noframes // ==/UserScript== if(!!document.querySelector('title')){ const title = document.querySelector("title").textContent; const url = location.href; GM_x

    richard_raw
    richard_raw 2018/04/03
    参考にしたい。
  • Google、画像フォーマット「WebP」に可逆圧縮と透明度を追加


    GoogleWebWebPPNG Google1118WebWebP WebP9WebWebMVP8JPEG10ICCXMP Web調
    Google、画像フォーマット「WebP」に可逆圧縮と透明度を追加
    richard_raw
    richard_raw 2011/11/22
    今まで非可逆圧縮しかなかったのか……。/JPEG XRとは何だったのか。
  • 1