Skip to content

Instantly share code, notes, and snippets.

@gre
gre / easing.js
Last active October 30, 2024 16:49
Simple Easing Functions in Javascript - see https://github.com/gre/bezier-easing
/*
* This work is free. You can redistribute it and/or modify it under the
* terms of the Do What The Fuck You Want To Public License, Version 2,
* as published by Sam Hocevar. See the COPYING file for more details.
*/
/*
* Easing Functions - inspired from http://gizma.com/easing/
* only considering the t value for the range [0, 1] => [0, 1]
*/
EasingFunctions = {
@kachick
kachick / 2014-01.md
Last active February 13, 2022 20:02
電子書籍300冊程度自炊した時点での解像度・ファイルフォーマット方針

個人の感想

書籍(文字中心)

  • 300dpでもあんま気にならない。が、技術書(2500~8000円程度?)中心だと総じてコミック(400~1500円程度?)に比べて高価なのでこっちをケチるのもなんだかなーという気はしてしまう。
  • JPEGだと文字のにじみが目立つ
  • 可逆圧縮が効きやすい(サイズがJPEG比で、256色だと1.6~1.7倍程度。16色だと0.8倍程度)
  • 2色しか目立たない様な書籍でも、モノクロスキャンだと違和感を感じる(なんで?濃度?)
  • 白黒だと省かれるみたいだけど、グレースケールだと紙質(ざらざらとか)がそのまま暗さとして反映されたりするっぽい