Fix "Vector Registers as Part of VSRs" figure scaling #30

Merged
ThinkOpenly merged 1 commits from fig-1-2 into master 5 years ago
ThinkOpenly commented 5 years ago (Migrated from github.com)

The "Vector Registers as Part of VSRs" figure was very large,
especially as it immediately follows an almost identical figure.

Before this change:
fig-fpr-vsr.png: PNG image data, 663 x 300...
fig-vr-vsr.png: PNG image data, 1367 x 608...

After this change:
fig-fpr-vsr.png: PNG image data, 663 x 300...
fig-vr-vsr.png: PNG image data, 645 x 287...

I chose this size because the actual side boundaries of the
table most closely match in size.

The scaling, using The GIMP, resulted in somewhat blurry lines,
but still quite clear enough, and good enough.

Fixes #9

Signed-off-by: Paul A. Clarke pc@us.ibm.com

The "Vector Registers as Part of VSRs" figure was very large, especially as it immediately follows an almost identical figure. Before this change: fig-fpr-vsr.png: PNG image data, 663 x 300... fig-vr-vsr.png: PNG image data, 1367 x 608... After this change: fig-fpr-vsr.png: PNG image data, 663 x 300... fig-vr-vsr.png: PNG image data, 645 x 287... I chose this size because the actual side boundaries of the table most closely match in size. The scaling, using The GIMP, resulted in somewhat blurry lines, but still quite clear enough, and good enough. Fixes #9 Signed-off-by: Paul A. Clarke <pc@us.ibm.com>
The pull request has been merged as 83b190f520.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b fig-1-2 master
git pull origin fig-1-2

Step 2:

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff fig-1-2
git push origin master
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: systemsoftware/Programming-Guides#30
Loading…
There is no content yet.