Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tonym128 authored Mar 5, 2018
1 parent 4811b54 commit 9f7c90e
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# lauren
Largely AUtomated REsiziNg app

## What is Lauren
It's an automated image resizer with some configuration for allowing it to crop and resize files the way you want.

There's options for :
- Choosing a focus area
- 3 Profiles with settings
- Each setting defines
- Width and Height
- Compression
- Max size

With options set when you drag and drop a file in, it will create all the file sizes you've specified using the centre point to define the middle of the image as best it can.

Initially it will resize the image to match one axis in size, then after that it will crop and resize to achieve the resolution desired.

## Should it be more complicated ?
I looked at using Microsofts online service for determining the focal point of a picture, but the time and complexity it added was not worth it's ability to remove a single user click.

## What more should the app do ?
- Batch Resizing
- Clever'er algorithms
- More cusomtisation options
- Flexible profiles

## But will it do it ?
I will happily accept changes from any interested parties, but will probably not extend the app further unless I get some demand for it.

0 comments on commit 9f7c90e

Please sign in to comment.