Skip to content

Commit

Permalink
Adding extras
Browse files Browse the repository at this point in the history
  • Loading branch information
glenrobson committed Nov 10, 2023
1 parent 392b81f commit f297736
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 3 deletions.
3 changes: 2 additions & 1 deletion gri_getty/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@
# Part 1
- [IIIF Basics](https://training.iiif.io/iiif-online-workshop/day-one/whatisiiif.html)
- [How users make use of IIIF](introduction.md)
- [Finding IIIF manifests in the GRI collection](day-one/getty-guides.md)
- [Finding IIIF manifests](day-one/getty-guides.md)

# Part 2

- [Looking at other GRI collections](gri_collections.md)
- [Cropping Tools](cropping_tools.md)
- [Geolocating a Map](geo-locating-map.md)
- [Exhibit building](exhibit/getty.md)
- [Project demos and summary](demos.md)
12 changes: 11 additions & 1 deletion gri_getty/cropping_tools.md
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
# Cropping tools
# Cropping tools

For this part of the workshop we will be diving into the details of the Image API. This is a specification which allows zooming into high quality images but can also be used with certain tools to create cropped images. We are going to use the following tool:

https://iiifimage.link

You can follow along with your own image from the previous step but you can also use the following examples:

* Rossetta image: https://rosettaapp.getty.edu/iiif/2/FL9931118.jpg/info.json
* 12 sunsets image: https://media.getty.edu/iiif/image/14bd1507-c4b0-48d4-b489-411c4d672105/info.json
* Digital Florentine Codex: https://media.getty.edu/iiif/image/d5472c67-e070-4022-afb0-3e2c7b97d16a
1 change: 1 addition & 0 deletions gri_getty/geo-locating-map.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Geo-locating a map
21 changes: 20 additions & 1 deletion gri_getty/gri_collections.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,23 @@ When you get to an item page you can View the IIIF image in on of the basic IIIF

https://rosettaapp.getty.edu/delivery/DeliveryManagerServlet?dps_pid=IE9931113

Although this is a photo album with many pages it doesn't seem to have an associated manifest. It maybe possible to enable this and there are some instructions [here](https://knowledge.exlibrisgroup.com/Rosetta/Training/What%27s_New_Videos/Rosetta_5-3/IIIF_Image_Viewing).
Although this is a photo album with many pages it doesn't seem to have an associated manifest. It maybe possible to enable this and there are some instructions [here](https://knowledge.exlibrisgroup.com/Rosetta/Training/What%27s_New_Videos/Rosetta_5-3/IIIF_Image_Viewing).

Without access to the IIIF manifest it makes it very difficult for end users to re-use this content. One solution is to use a community developed tool called [DetektIIIF](https://seige.digital/en/detektiiif/). This was developed by a IIIF community member; Leander Seige to make it easier to find manifests. It can be installed in either Firefox or chrome. If you install the plugin then refresh the page you should be able to access it in the extensions part of the browser:

![detektIIIF](imgs/detekt_item.png)

In this example it shows a red 1 to show that it has found an IIIF item. If you then navigate to a different image and select the detekt extension again and click to open the extension you will now see:

![detektIIIF image](imgs/detekt_image.png)

You will notice that no Manifests were found but it has found some IIIF images. If you click the Copy URL button you should be ready for the next stage of cropping the image. The URL will look something like:

https://rosettaapp.getty.edu/iiif/2/FL9931118.jpg/info.json


For Manifests like [The Florentine Codex](https://dfc-django-backend.getty.digirati.io/iiif/iiif/manifest/f75b53f9-7295-41f3-9299-6bbe04685c8b/) or the 12 Sunset photographs you can use the following tool to get the Image ID:

https://glenrobson.github.io/CanvasFinder/


Binary file added gri_getty/imgs/detekt_image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gri_getty/imgs/detekt_item.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f297736

Please sign in to comment.