Processes images on the fly using imagemagick.
Prerequisites:
- Docker
- Fig
- boot2docker if you're not running Linux
Create the database and run migrations:
$ fig run web goose up
Start the app:
$ fig up
Get the boot2docker ip if you're not on Linux:
$ boot2docker ip
Open up http://192.168.59.103:3000
Prerequisites:
Install dependencies:
$ go get -u github.com/tools/godep \
bitbucket.org/liamstask/goose/cmd/goose \
github.com/codegangsta/gin \
github.com/ddollar/forego
Copy over some default env vars:
$ cp .env.sample .env
Create the database and run migrations:
$ forego run goose up
Run the server:
$ gin
Run the asset compiler (in a separate tab/pane):
$ ./webpack.sh
Open up http://localhost:3000
/{width}x{height}{modifier}/{gravity}/{frame}/{source}
Some examples:
# fixed with, proportional height
https://firesize.com/128x/g_center/http://placekitten.com/g/32/32
# fixed height, proportional width
https://firesize.com/x128/g_center/http://placekitten.com/g/32/32
# max of height or width
https://firesize.com/128x128/http://placekitten.com/g/32/32
# height and width, cropped to center
https://firesize.com/128x128/g_center/http://placekitten.com/g/32/32
# height and width, ignore aspect ratio
https://firesize.com/128x96!/g_center/http://placekitten.com/g/32/32
# PSD with layer 0
https://firesize.com/128x128/g_center/frame_0/http://asm-assets.s3.amazonaws.com/helpful-signup-04-24-14.psd
Assembly products are like open-source and made with contributions from the community. Assembly handles the boring stuff like hosting, support, financing, legal, etc. Once the product launches we collect the revenue and split the profits amongst the contributors.
Visit https://assemblymade.com to learn more.