/DEPRECATED-hiloupe

Image zoom tool

Primary LanguageJavaScript

HiLoupe

zoom tool

Generating images

The input dir should contain *.jpg files. If the output dir doesn't exist, it will be created.

[/home/user/myproject] $ path/to/hiloupe/image-generator/generate.py -i ./input/dir -o ./output/dir

Running the server


Functional design

It will

  • Zoom using the mousewheel, 'pinch' or slider.
  • Move the image when mouse dragging or finger sliding.

It won't

  • Zoom using a mini map.
  • Move using left, right, up, down buttons.