Skip to content
View JoshuaAPhillips's full-sized avatar

Highlights

  • Pro

Block or report JoshuaAPhillips

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. digital-anon digital-anon Public

    The Digital 'Anon' is a new digital edition of some of Virginia Woolf's final essay drafts. This repository holds TEI-XML transcriptions and related files pertinent to the digital edition.

    Python 4 1

  2. tei-iiif tei-iiif Public

    TEI-IIIF converts TEI-XML into conformant IIIF Annotation manifests.

    Python 11

  3. Batch Conversion from Image/PDF to P... Batch Conversion from Image/PDF to Pyramidal TIFF with ImageMagick
    1
    # A Basic BASH/ZSH Command to Generate Pyramidal TIFFs
    2
    
                  
    3
    As the title suggests, this is a basic command to batch generate pyramidal .tif files from .pdfs or from any other image file type that ImageMagick can process (i.e., .png, .jpeg, and the other usual suspects). These pyramidal .tif files are suitable for use with [IIIF](https://iiif.io) servers. Just `cd` to the folder with images and run the command from there.
    4
    
                  
    5
    This command uses [ImageMagick](https://imagemagick.org), which itself has Ghostscript as a dependency. To install these: