From 221c1dfd8ffe197345a03790e5983c56fc297bd5 Mon Sep 17 00:00:00 2001 From: Brian Wignall Date: Wed, 30 Oct 2019 14:38:25 -0400 Subject: [PATCH] Move figures into "figs" folder --- 12-barcode-recognition.org | 6 +++--- ch11-hpc-round1.png => figs/ch11-hpc-round1.png | Bin ch11-hpc-round2.png => figs/ch11-hpc-round2.png | Bin ch12-bad-angled.jpg => figs/ch12-bad-angled.jpg | Bin ch12-bad-too-far.jpg => figs/ch12-bad-too-far.jpg | Bin ch12-bad-too-near.jpg => figs/ch12-bad-too-near.jpg | Bin .../ch12-barcode-example.png | Bin .../ch12-barcode-generated.png | Bin .../ch12-barcode-photo.jpg | Bin ch25-heap-hc.png => figs/ch25-heap-hc.png | Bin ch25-heap-hd.png => figs/ch25-heap-hd.png | Bin ch25-heap-hy.png => figs/ch25-heap-hy.png | Bin ch25-stack.png => figs/ch25-stack.png | Bin gui-glade-3.png => figs/gui-glade-3.png | Bin gui-pod-addwin.png => figs/gui-pod-addwin.png | Bin gui-pod-mainwin.png => figs/gui-pod-mainwin.png | Bin .../gui-update-complete.png | Bin 17 files changed, 3 insertions(+), 3 deletions(-) rename ch11-hpc-round1.png => figs/ch11-hpc-round1.png (100%) rename ch11-hpc-round2.png => figs/ch11-hpc-round2.png (100%) rename ch12-bad-angled.jpg => figs/ch12-bad-angled.jpg (100%) rename ch12-bad-too-far.jpg => figs/ch12-bad-too-far.jpg (100%) rename ch12-bad-too-near.jpg => figs/ch12-bad-too-near.jpg (100%) rename ch12-barcode-example.png => figs/ch12-barcode-example.png (100%) rename ch12-barcode-generated.png => figs/ch12-barcode-generated.png (100%) rename ch12-barcode-photo.jpg => figs/ch12-barcode-photo.jpg (100%) rename ch25-heap-hc.png => figs/ch25-heap-hc.png (100%) rename ch25-heap-hd.png => figs/ch25-heap-hd.png (100%) rename ch25-heap-hy.png => figs/ch25-heap-hy.png (100%) rename ch25-stack.png => figs/ch25-stack.png (100%) rename gui-glade-3.png => figs/gui-glade-3.png (100%) rename gui-pod-addwin.png => figs/gui-pod-addwin.png (100%) rename gui-pod-mainwin.png => figs/gui-pod-mainwin.png (100%) rename gui-update-complete.png => figs/gui-update-complete.png (100%) diff --git a/12-barcode-recognition.org b/12-barcode-recognition.org index aab76aa..a205111 100644 --- a/12-barcode-recognition.org +++ b/12-barcode-recognition.org @@ -422,11 +422,11 @@ will we sharpen images taken from too near to the subject, which causes narrow bars to fade out; or from too far, which causes adjacent bars to blur together. -[[./ch12-bad-angled.jpg]] +[[figs/ch12-bad-angled.jpg]] -[[./ch12-bad-too-near.jpg]] +[[figs/ch12-bad-too-near.jpg]] -[[./ch12-bad-too-far.jpg]] +[[figs/ch12-bad-too-far.jpg]] ** Divide and conquer diff --git a/ch11-hpc-round1.png b/figs/ch11-hpc-round1.png similarity index 100% rename from ch11-hpc-round1.png rename to figs/ch11-hpc-round1.png diff --git a/ch11-hpc-round2.png b/figs/ch11-hpc-round2.png similarity index 100% rename from ch11-hpc-round2.png rename to figs/ch11-hpc-round2.png diff --git a/ch12-bad-angled.jpg b/figs/ch12-bad-angled.jpg similarity index 100% rename from ch12-bad-angled.jpg rename to figs/ch12-bad-angled.jpg diff --git a/ch12-bad-too-far.jpg b/figs/ch12-bad-too-far.jpg similarity index 100% rename from ch12-bad-too-far.jpg rename to figs/ch12-bad-too-far.jpg diff --git a/ch12-bad-too-near.jpg b/figs/ch12-bad-too-near.jpg similarity index 100% rename from ch12-bad-too-near.jpg rename to figs/ch12-bad-too-near.jpg diff --git a/ch12-barcode-example.png b/figs/ch12-barcode-example.png similarity index 100% rename from ch12-barcode-example.png rename to figs/ch12-barcode-example.png diff --git a/ch12-barcode-generated.png b/figs/ch12-barcode-generated.png similarity index 100% rename from ch12-barcode-generated.png rename to figs/ch12-barcode-generated.png diff --git a/ch12-barcode-photo.jpg b/figs/ch12-barcode-photo.jpg similarity index 100% rename from ch12-barcode-photo.jpg rename to figs/ch12-barcode-photo.jpg diff --git a/ch25-heap-hc.png b/figs/ch25-heap-hc.png similarity index 100% rename from ch25-heap-hc.png rename to figs/ch25-heap-hc.png diff --git a/ch25-heap-hd.png b/figs/ch25-heap-hd.png similarity index 100% rename from ch25-heap-hd.png rename to figs/ch25-heap-hd.png diff --git a/ch25-heap-hy.png b/figs/ch25-heap-hy.png similarity index 100% rename from ch25-heap-hy.png rename to figs/ch25-heap-hy.png diff --git a/ch25-stack.png b/figs/ch25-stack.png similarity index 100% rename from ch25-stack.png rename to figs/ch25-stack.png diff --git a/gui-glade-3.png b/figs/gui-glade-3.png similarity index 100% rename from gui-glade-3.png rename to figs/gui-glade-3.png diff --git a/gui-pod-addwin.png b/figs/gui-pod-addwin.png similarity index 100% rename from gui-pod-addwin.png rename to figs/gui-pod-addwin.png diff --git a/gui-pod-mainwin.png b/figs/gui-pod-mainwin.png similarity index 100% rename from gui-pod-mainwin.png rename to figs/gui-pod-mainwin.png diff --git a/gui-update-complete.png b/figs/gui-update-complete.png similarity index 100% rename from gui-update-complete.png rename to figs/gui-update-complete.png