GithubHelp home page GithubHelp logo

jarnoh / lrjpegrescan Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kud/jpegrescan

0.0 2.0 1.0 326 KB

JPEGrescan plugin for Adobe Photoshop Lightroom

Home Page: http://capturemonkey.com

Lua 60.20% Perl 39.80%

lrjpegrescan's Introduction

JPEGrescan plugin for Adobe Photoshop Lightroom

Lightroom plugin by Jarno Heikkinen [email protected]
Based on jpegrescan by Loren Merritt

Introduction

This is a simple Lightroom export plugin, which attempts to reduce JPEG files by using different lossless compression parameters on the exported file.

There are two modes of operation; fast mode which uses static scans file; and a brute-force method using jpegrescan script. jpegrescan is always smallest, but it can take several seconds per image.

Currently, only Mac OS X is supported with jpegrescan; I don't have a working Windows environment available for development or testing (jpegrescan requires Perl and jpegtran).

Simply install the plugin and add the export filter in the Lightroom's export dialog. In the export settings, you can also optionally set removal of ALL metadata, including ICC profiles and such.

You can also see some byte statistics in the plugin manager.

jpegtran

Mac OS X binary of jpegtran was compiled from jpegsrc.v9.tar.gz with commands:

./configure -disable-shared CFLAGS="-Os -arch i386 -arch x86_64 -mmacosx-version-min=10.5" LDFLAGS="-arch i386 -arch x86_64 -mmacosx-version-min=10.5" --disable-dependency-tracking
make jpegtran
strip jpegtran

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.