Nyx0uf / qlImageSize

QuickLook and Spotlight plugins to display the dimensions, size and DPI of an image in the title bar instead of the filename. Also preview some unsupported formats like WebP & bpg.
MIT License
1.19k stars 66 forks source link

Try to match macOS’s behavior #35

Closed LucasLarson closed 5 years ago

LucasLarson commented 5 years ago
  1. Use a times sign × instead of a lowercase x for dimensions
  2. Suffix the dimensions with px like macOS

Before: 640x480 After: 640×480px

Nyx0uf commented 5 years ago

Sounds good, thanks.