thegetty / egypt-classical-world

"Egypt and the Classical World," edited by Jeffrey Spier and Sara E. Cole
0 stars 0 forks source link

Process and add in figure images #8

Closed geealbers closed 2 years ago

geealbers commented 3 years ago

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 commented 3 years ago

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 commented 2 years ago

Closed with d39390c