Coder Social home page Coder Social logo

codecopy / qlimagesize Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nyx0uf/qlimagesize

0.0 0.0 0.0 28.69 MB

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.

License: MIT License

Objective-C 83.37% C 16.63%

qlimagesize's Introduction

License: BSD Build Status

This project is composed of both a QuickLook plugin and a Spotlight plugin. Both are independant and can be built separately. They require at least macOS High Sierra (10.13).

qlImageSize

This is the QuickLook plugin, it displays the dimensions, DPI and file size of an image in the title bar.

https://static.whine.fr/images/2014/qlimagesize4.jpg

This plugin can also preview and generate Finder thumbnails for natively unsupported images formats bpg and WebP.

https://static.whine.fr/images/2014/qlimagesize3.jpg

https://static.whine.fr/images/2014/qlimagesize2.jpg

mdImageSize

This is the Spotlight plugin, it displays informations of unsupported images (WebP, bpg) in the Finder's inspector window.

https://static.whine.fr/images/2014/mdimagesize1.jpg

Install

3 choices :

  1. Using Homebrew Cask:
    brew install --cask qlimagesize mdimagesizemdimporter
    
  2. Download the latest build from https://github.com/Nyx0uf/qlImageSize/releases/latest and save it to your ~/Library/QuickLook and/or ~/Library/Spotlight folder.
  3. Build from sources using Xcode. (just have to hit the build button).

Uninstall

2 choices :

  1. Using Homebrew Cask:
    brew uninstall --cask qlimagesize mdimagesizemdimporter
    
  2. Manually :
    • Launch Terminal.app in /Applications/Utilities
    • Copy and paste the following line:
       rm -rf ~/Library/QuickLook/qlImageSize.qlgenerator ~/Library/Spotlight/mdImageSize.mdimporter
      
    • Press Enter.

Limitations

If you are a Pixelmator user, its own QuickLook plugin might get in the way when previewing WebP files. To fix this you need to edit the file /Applications/Pixelmator.app/Contents/Library/QuickLook/PixelmatorLook.qlgenerator/Contents/Info.plist and remove the dict entry that handles webp.

After editing the Info.plist, QuickLook for the Pixelmator file format (such as .pxm) might not work due to Code Signing. You can unsign Pixelmator's QuickLook binary using the tool unsign. After downloading and building it, just run :

unsign /Applications/Pixelmator.app/Contents/Library/QuickLook/PixelmatorLook.qlgenerator/Contents/MacOS/PixelmatorLook`.

It will create another binary with the extension unsigned, rename the orignal binary for backup then remove the extension for the unsigned binary, ex :

mv /Applications/Pixelmator.app/Contents/Library/QuickLook/PixelmatorLook.qlgenerator/Contents/MacOS/PixelmatorLook /Applications/Pixelmator.app/Contents/Library/QuickLook/PixelmatorLook.qlgenerator/Contents/MacOS/PixelmatorLook.bak
mv /Applications/Pixelmator.app/Contents/Library/QuickLook/PixelmatorLook.qlgenerator/Contents/MacOS/PixelmatorLook.unsigned /Applications/Pixelmator.app/Contents/Library/QuickLook/PixelmatorLook.qlgenerator/Contents/MacOS/PixelmatorLook

Upgrading dependencies

libwbep

Grab the latest version. Decompress the archive and simply run :

./autogen.sh
CFLAGS="-mmacosx-version-min=10.13" ./configure --disable-shared
make

The resulting library can be found in src/.libs/libwebp.a.

libbpg

Grab the latest version. Decompress the archive and edit the Makefile with the following changes :

  • Uncomment the line which reads CONFIG_APPLE=y
  • Comment both lines USE_X265=y and USE_BPGVIEW=y

And replace the following

ifdef CONFIG_APPLE
LDFLAGS+=-Wl,-dead_strip

with

ifdef CONFIG_APPLE
LDFLAGS+=-Wl,-dead_strip
CFLAGS+=-mmacosx-version-min=10.13

Then simply run make. The resulting library will be in the project directory.

License

This project is released under the MIT license, see LICENSE.

qlimagesize's People

Contributors

dreampiggy avatar kentliau avatar lucaslarson avatar martindelille avatar nyx0uf avatar raybb avatar rickyromero avatar saagarjha avatar vladimyr avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.