Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1.03 KB

README.markdown

File metadata and controls

28 lines (16 loc) · 1.03 KB

ImageUtility

Overview

Images - be they business logos or user avatars - are increasingly important in business software, however generally speaking business software is significantly behind the curve of what social networks in particular have been able to do. One of the reasons why this is so challenging is that business software doesn't have images as a core part of its value proposition the way that social software does, however, the benefits of having avatars and an easy ability to upload and customize images is an important, if utility function of the business web software.

This project is a web tool where a user can upload a picture/logo and have it resized so that it fits within the confines of what a business web application can support.

Licence

GNU GPLv3

Installation Instructions

Prerequisites

  1. Java
  2. Grails
  3. Git

Check-out and build

  • Check out the code:

      pc$ git clone [email protected]:dap10/ImageUtil.git
    
  • Run the application

      pc$ grails run-app