sul-cidr / histonets

Histonets is an application to convert images of scanned maps into digital networks
https://histonets.stanford.edu
Other
20 stars 0 forks source link

Hookup crop #88

Closed mejackreed closed 7 years ago

mejackreed commented 7 years ago

This PR sets up a cropper, saves the cropped input, and displays (and uses it) for the image clean step.

Closes #77 Closes #78 Closes #79 Closes #80 Closes #41 Closes #33

This is largely based off the work from #58 and #73 that the foundation was laid in.

IiifCropper is setup as the interface where we can switch in the OpenSeadragon version later on if we can get that working.

cropanddisplay

codecov-io commented 7 years ago

Current coverage is 98.82% (diff: 100%)

Merging #88 into master will increase coverage by 0.05%

@@             master        #88   diff @@
==========================================
  Files            25         25          
  Lines           163        170     +7   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits            161        168     +7   
  Misses            2          2          
  Partials          0          0          

Powered by Codecov. Last update 7a3ef17...c964029