31 Matching Annotations
  1. Jul 2022
    1. resource

      I think we can call it a IIIF image as thats what we are talking about here.

  2. Apr 2022
    1. Front Matter Erste Ausgabe… Zweyte Ausgabe… Dritte Ausgabe… Back Matter

      Could you explain what these are? Maybe a translation or something to say its First Edition / Second Edition etc...

    2. These structures can be made hierarchical simply by nesting an items array within another items array. This is useful for further subdividing the volumes into chapters.

      Maybe also good to mention ranges can have metadata elements if the label is too restrictive. This can be useful if parts of the manuscript have different authors as well as titles.

    3. The direct link to the fixture is a useful convenience.

      Extra text not needed

    4. [https://digital.library.ucla.edu/catalog/ark:/21198/zz001hd85r]

      I think these need to be () to get the link to work.

  3. Aug 2021
    1. 260 Simple Commenting Annotation (with fragment)

      This should be a formatted link.

    2. that contains only the URI

      that for a full canvas annotation only the URI of the Canvas...

    3. property and specifies format and language in format and language properties.

      I think it would be useful to give an example format either here or in the example. The two I can think of are text/plain and text/html

  4. Jun 2021
    1. These markup file formats include time tags that allow for time alignment of the captions or subtitles with the video content during playback.

      Syntax of this option is similar to Option 2 above but the viewing experience is completely different due to the support for VTT in modern viewers.

    2. manifest

      Capitalise

    3. canvas

      Capitalise

    4. See Using Captions and Subtitles with Video Content for implementation details.

      Note link to updated recipe:

      https://preview.iiif.io/cookbook/0219-using-caption-file/recipe/0219-using-caption-file/

      Does this not following option 2 above with a single file being annotated on to the canvas?

    5. the information is not used by the client

      Is this specified in the spec?

    6. and the intention is to enable using the transcript independently of the resource

      Maybe remove this sentence? I'm not sure it adds anything

    7. and

      Should this be a comma?

      such as newspapers, audio or video recordings

  5. Apr 2021
  6. Mar 2021
    1. we can take it a step further by including all or a selection of pre-cached sizes from the JSON image response

      I wonder if we can expand the sizes explanation as this is a key feature of the recipe. I can't find a useful summary from here: https://iiif.io/api/image/3.0/#53-sizes or in Tom's document but I wonder if we can say something like:

      The IIIF Image info.json contains a property called sizes. This is used to advertise scaled versions of the full image that are made available by an image server.

      The provider of the image server can ensure that these sizes are in a part of the image server which is quick and efficient to respond to requests. This might be by storing them outside of the image server as static images or using a CDN or other high speed caching option.

      If clients use the images advertised in the sizes from the info.json then they can be assured of a faster response than requesting a specific custom size from the Image service.

    2. Canvases this method would simply duplicate the image service for the Canvas resource and we gain nothing in terms of performance in cases where the client ignores the given thumbnail size in favor of the image service.

      This is a good point! As per comments below it does kind of suggest the image service is redundant in the thumbnail as you can get it in the image service.... As below maybe this is the reason to use level0 in the thumbnail as the recommendation?

    3. where we do not want the client to request a custom size

      I think this answers your question above where you say on a canvas the image service would be duplicated. I'm half wondering whether this makes the level 0 the one to recommend for the thumbnail and if you need a custom size go to the image service rather than the thumbnail.. What do you think?

    4. given thumbnail size

      Maybe put 100 pixels by 100 pixels in brackets just to be clear which one we are talking about.

    5. more

      full flexibility?

    6. this will have significant impact on processing time if the client is forced to do the resizing since

      Should we remove this sentence? the parts around it seem to cover the issue and its not really a performance issue for the client as such.

    7. the viewer is tasked with handling tile requests for all of the source images simultaneously – a resource-intensive task for a viewing client.

      I think this is resource intensive for the Image server rather than the viewing client. The viewing client will make the same amount of requests if its using a thumbnail or image service but using static images is requires less resources on the server side.

    8. “Shallow” IIIF service

      And is this the level 0 service?

    9. “Deep” IIIF service with a level 0 image service

      I'm not sure what this one is? Is this a image service without sizes?

    10. It is also possible to include additional JSON image response properties, such as sizes, to optimize thumbnail generation and delivery

      Can we steal some of the text from this and introduce sizes here?

      https://gist.github.com/tomcrane/8b5ba6049dc86a722632

    11. enable resizing

      Allow the client more flexibility on choosing a thumbnail which fits into their interface.

    12. This will have significant impact on processing time if the client if forced to do the resizing.

      I think if the client has to upscale the image its not an issue with processing it just doesn't look very good. I can't find a good example but if its upscaled too much it can introduce artefacts and looks pixelated.

    13. might not fit the client’s thumbnail size requirements

      I think it might be useful to keep repeating that "if they client requires a bigger thumbnail" as the reason rather than just a different size so that we can mention its more efficient to downsize an image than request the perfect size.