Retrieve Mac 128K reference photos from Git branch.

The old Google Drive method of retrieving these images has been
abandoned due to the need to move from one Google account to
another, so I decided to keep things slim in this repository for
simplicity.
This commit is contained in:
Andrew Makousky 2024-05-27 19:26:17 -05:00
parent 3a43735fc2
commit 51079f4598
2 changed files with 6 additions and 6 deletions

View File

@ -285,8 +285,8 @@
style="display:none"
sodipodi:insensitive="true">
<image
sodipodi:absref="/home/members/src/macsehw/hardware/packaging/mac128k/front_face.png"
xlink:href="front_face.png"
sodipodi:absref="/home/members/src/macsehw/hardware/packaging/mac128k/front_face.jpg"
xlink:href="front_face.jpg"
width="483.16299"
height="520.90814"
preserveAspectRatio="none"
@ -294,8 +294,8 @@
x="43.639313"
y="215.3073" />
<image
sodipodi:absref="/home/members/src/macsehw/hardware/packaging/mac128k/side_face.png"
xlink:href="side_face.png"
sodipodi:absref="/home/members/src/macsehw/hardware/packaging/mac128k/side_face.jpg"
xlink:href="side_face.jpg"
style="display:inline"
y="217.33897"
x="536.34375"

Before

Width:  |  Height:  |  Size: 126 KiB

After

Width:  |  Height:  |  Size: 126 KiB

View File

@ -6,5 +6,5 @@
# Get the Macintosh 128k box reference images, transformed from angled
# photos sourced from a probably now-expired Ebay listing.
curl -L -o front_face.png 'https://drive.google.com/uc?export=download&id=1T-Mb_VPAsTLAOTtTWOvSsjf4FuSHZDkA'
curl -L -o side_face.png 'https://drive.google.com/uc?export=download&id=11inXjFEUjz548vJmjLY5IQ_QweclYqRE'
git show images:hardware/packaging/mac128k/front_face.jpg >front_face.jpg
git show images:hardware/packaging/mac128k/side_face.jpg >side_face.jpg