Skip to content

Commit

Permalink
Add ‘Carina Nebula’ as test image
Browse files Browse the repository at this point in the history
Downloaded from
http://hubblesite.org/newscenter/archive/releases/2007/16/image/a/.
Released into the public domain by NASA.

Closes #11.
  • Loading branch information
gasi committed Mar 17, 2015
1 parent adc8a6a commit 331d6da
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ Node.js tool for converting images to Deep Zoom images (DZI).
See [`test/index._coffee`][sample].


### Acknowledgements

We use Hubble’s image of [*Carina Nebula*](./test/images/carina-nebula.jpg) as
a test image. It was downloaded from [NASA][nasa-carina-nebula] who released it
into the public domain.


[Homebrew]: http://brew.sh/
[ImageMagick]: http://www.imagemagick.org/
[sample]: test/index._coffee
[nasa-carina-nebula]: http://hubblesite.org/newscenter/archive/releases/2007/16/image/a/warn/
Binary file added test/images/carina-nebula-6000x2906.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions test/index._coffee
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ for index in [maxLevel..0]

# Create pyramid
ID = Math.floor Math.random() * 1000
SOURCE = path.join __dirname, '..', 'images', '1.jpg'
DESTINATION = path.join __dirname, '..', 'images', "#{ID}.dzi"
SOURCE = path.join __dirname, 'images', 'carina-nebula-6000x2906.jpg'
DESTINATION = path.join __dirname, 'images', "#{ID}.dzi"


DEFAULT_TILE_SIZE = 254
Expand Down

0 comments on commit 331d6da

Please sign in to comment.