Giter Site home page Giter Site logo

retouch's Introduction

Development in progress, the status is still pre beta, see todos!

Retouch - Ergonomic Image Editor


A tool to efficiently crop, straighten, and retouch images.

Open a file, make it awesome and save the result.

Works offline.

Install

The build process is managed by gulp. To run retouch without installing anything globally do:

(it is assumed that node >=0.10 and npm are already installed on the system)

git clone https://github.com/hvoecking/retouch.git
cd retouch
npm install
./node_modules/bower/bin/bower install
./node_modules/gulp/bin/gulp.js watch

The app can only properly run as a chrome extension. Open chrome, go to the extensions page, tick Developer mode click Load unpacked extension select retouch/dist/debug directory and enjoy auto reload.

There are 3 build modi for gulp, next to the default debug mode you can call gulp like this:

./node_modules/gulp/bin/gulp.js watch {watch,clean,…} [--build {test,release}]

The output files are then produced in their corresponding subdirectory of the retouch/dist/ directory.

TODO:

  • Basic image reading, displaying, writing
  • Save as jpeg with compression
  • Add crop functionality
  • Add straighten functionality
  • Add bezier curve functionality
  • Ui design
    • Dynamically resize canvas to maximum available space
    • Restyle navigation buttons
    • Restyle filters, use tabs or something simialar
  • Keyboard shortcuts
  • Directory mode
    • Open directories and step through images
    • Save original as backup
    • Save applied changes in exif data
    • Sort by Name, File date, exif date, type, size, etc...
    • (Show other photos in the directory as mini gallery)
  • Support more image types
  • (Read/write exif data)
  • Deploy to chrome webstore, version 1.0

History

Discover the change history by heading on over to the HISTORY.md file.

License

Licensed under BSD-style

Copyright © Heye Vöcking [email protected]

retouch's People

Contributors

hvoecking avatar

Watchers

 avatar  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.