Skip to content

Commit

Permalink
Add cropping exercise
Browse files Browse the repository at this point in the history
  • Loading branch information
zimeon committed Nov 8, 2023
1 parent acb6a34 commit f124494
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 4 deletions.
1 change: 1 addition & 0 deletions dcmi-workshop/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
This is part the [DCMI 2023](https://www.dublincore.org/conferences/2023/) IIIF Workshop.

## About the workshop

Access to image-based resources is fundamental to research, scholarship and the transmission of cultural knowledge. Digital images are a container for much of the information content in the Web-based delivery of images, books, newspapers, manuscripts, maps, scrolls, single sheet collections, and archival materials. Yet much of the Internet's image-based resources are locked up in silos, with access restricted to bespoke, locally built applications. A large community of the world's leading research libraries and image repositories have embarked on an effort to collaboratively produce an interoperable technology and community framework for image delivery.

This workshop will introduce the basics of the International Image Interoperability Framework (IIIF) starting with demonstrating the use cases it supports; including side by side comparison, annotations and layering of images. It will then go on to look into the Image API and provide a method for participants to upload their own images to the Internet Archive so they can access the IIIF Image support the IA provides.
Expand Down
8 changes: 4 additions & 4 deletions dcmi-workshop/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

- [Overview](README.md)
- [What is IIIF](part1/whatisiiif.md)
- [Exercise](part1/guides.md)
- [Exercise: Finding IIIF Manifests](part1/guides.md)

## Image API
- [Image API](part2/image-api.md)
Expand All @@ -15,13 +15,13 @@
- [File formats](part2/fileformats.md)
- [Uses](part2/uses.md)
- [Getting started](part2/image-servers/README.md)
- [Internet Archive hosting exercise](part2/image-servers/iiif-hosting-ia.md)
- [Image Server Scalability](part2/scaling.md)
- [Image Server Scalability](part2/scaling.md)
- [Exercise: Cropping images](part2/crop-exercise.md)

## Presentation API
- [Presentation API](part3/prezi-intro.md)
- [How do people create Manifests?](part3/prezi-how.md)
- [Create a Manifest](part3/digirati-editor/standalone.md)
- [Exercise: Create a Manifest](part3/digirati-editor/standalone.md)
- [Create a Video Manifest](part3/digirati-editor/Add_video_manifest.md)
- [Things to do with Manifests](manifests.md)
- [Annotation Exercise with Mirador](part4/annotations-exercises.md)
Expand Down
22 changes: 22 additions & 0 deletions dcmi-workshop/part2/crop-exercise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
## Exercise: Cropping Images

In this exercise we will use the [UCD Image Cropping tool](https://jbhoward-dublin.github.io/IIIF-imageManipulation/index.html?imageID=https://ids.lib.harvard.edu/ids/iiif/25286607) to select a region of a IIIF image (and optionally adjust other parameters), and see that the region can be be reused via its URI.

### Step 1: Start the Cropping Tool with an image

You can start the tool with any IIIF Image by appending the image identifier to the URL base `https://jbhoward-dublin.github.io/IIIF-imageManipulation/index.html?imageID=`

Examples include:
* A [Map of Seoul](https://collections.si.edu/search/detail/edanmdm:nmnhanthropology_8480110) in the [cropping tool](https://jbhoward-dublin.github.io/IIIF-imageManipulation/index.html?imageID=https://ids.si.edu/ids/iiif/NMNH-81-10767) (from Smithsonian)
* An [Emroidered Screen with 10 panels](https://collections.si.edu/search/detail/edanmdm:nmnhanthropology_8337004?q=korea+art&iiif.enabled=true&record=8&hlterm=korea%2Bart&inline=true) in the [cropping tool](https://jbhoward-dublin.github.io/IIIF-imageManipulation/index.html?imageID=https://ids.si.edu/ids/iiif/NMNH-NHB2017-00559-000003)

### Step 2: Explore selection of a region

Use the graphic region selection tool and experiment with the other parameters.

### Step 3: Use the cropped image

Look at item 4 within the cropping tool:
1. Preview the cropped image
2. Download the cropped image
3. Copy the cropped image URI into another browser tab to see how it could be reused by reference on any web page

0 comments on commit f124494

Please sign in to comment.