Giter Site home page Giter Site logo

image-processor's Introduction

Image Processor

It is a simple rails application for processing image collections.

Features

  • authorization, managing users
  • creating hierarchy of nodes (like directories) with names, descriptions, statuses
  • uploading images
  • ordering images
  • inserting, duplicating
  • rotating and cropping
  • canceling changes
  • nice interface for viewing and processing image collections

Dependencies

  • MySQL
  • ImageMagick

Quick Start

Default login and password (seeds.rb): [email protected] adminpassword

Rebuilding

bin/rebuild -h

Usage: bin/rebuild [options]

-f, --flags F        Flags for the rebuild script (by default all of them)
                     l - bundle exec rake log:clear
                     a - bundle exec rake assets:clean
                     i - [ -e public/system ] && rm -R public/system/*
                     d - bundle exec rake db:drop
                     c - bundle exec rake db:create
                     m - bundle exec rake db:schema:load
                     s - bundle exec rake db:seed
                     p - RAILS_ENV=production bundle exec rake assets:precompile
                     j - [ -e bin/delayed_job ] && RAILS_ENV=production bin/delayed_job restart
                     Example: dcms

-e, --except E       Except flags for the rebuild script
                     See documentation for --flags

Updating

bin/update -h

Usage: bin/update [options]

-f, --flags F        Flags for the update script (by default all of them)
                     l - bundle exec rake log:clear
                     a - bundle exec rake assets:clean
                     g - git pull
                     b - bundle install
                     m - bundle exec rake db:migrate
                     p - RAILS_ENV=production bundle exec rake assets:precompile
                     j - [ -e bin/delayed_job ] && RAILS_ENV=production bin/delayed_job restart
                     Example: gm

-e, --except E       Except flags for the update script
                     See documentation for --flags

Add Test Data

rake atd[path] # where path -- path to a directory with images

Screenshots

screen

screen

screen

screen

screen

screen

Author (Speransky Danil): Personal Page | LinkedIn | GitHub | StackOverflow

image-processor's People

Contributors

speranskydanil avatar

Stargazers

 avatar  avatar  avatar

Watchers

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