Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Process and add in figure images #8

Closed
geealbers opened this issue Oct 4, 2021 · 3 comments
Closed

Process and add in figure images #8

geealbers opened this issue Oct 4, 2021 · 3 comments
Assignees

Comments

@geealbers
Copy link
Member

No description provided.

@geealbers geealbers self-assigned this Oct 4, 2021
@geealbers
Copy link
Member Author

Some notes:

In the first pass, I processed images for chapters 1–6. Will hold off on 7 until we get the final manuscript.

I cropped images 1.3, 2.4, and 2.5. For image 6-1 I made the background color the light blue throughout, and downsized the image. The source image is huge and could be IIIF if we wanted.

I used this ImageMagick command, using the Adobe RGB 1998 color profile:

magick images-to-process/* -resize '1800x1800' -quality 80 -profile adobe-rgb-1998.icm -set filename:name '%t' processed-images/'%[filename:name].jpg'

@geealbers
Copy link
Member Author

Also, figure 3.4 had a bad color profile that threw an error in ImageMagick, and figure 5.4 was in a CR2 (camera raw) format that needed to be manually converted before ImageMagick would process it.

@geealbers
Copy link
Member Author

Closed with d39390c

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant