08-04-2012, 02:59 PM | #1 |
Zealot
Posts: 101
Karma: 202774
Join Date: Apr 2012
Device: none
|
How do you make captions?
Hi
I have a number of photographs/clipart for my book, most of them wants a caption (text underneath (not ON) the picture). After having fooled around with SIGIL I get the impression that the surest, most controllable way to do this is to have the caption as part of the picture. However, that requires extra space beneath the pic. I have a number of photo programs, (Paint Shop Pro, Photoshop Elements, Irfanview, Serif Photoplus) but am not really proficient in any of them. Any quick tips on how to do this? I have looked around for dedicated caption software and online services, but no luck. I have tried to use screen capture as a primitive way around the problem, but the capture comes out as lower quality than the original... |
08-04-2012, 03:06 PM | #2 |
Digital Amanuensis
Posts: 727
Karma: 1446357
Join Date: Dec 2011
Location: Turin, Italy
Device: Several eReaders and tablets
|
From your post, I understand that, from an image X and a caption C, you want to obtain an image Y showing the caption C under the image X.
Do you have a strong reason for preferring this over using the following simple structure? Code:
<div> <img ... /> <p>Caption text here</p> </div> |
Advert | |
|
08-04-2012, 03:08 PM | #3 |
Digital Amanuensis
Posts: 727
Karma: 1446357
Join Date: Dec 2011
Location: Turin, Italy
Device: Several eReaders and tablets
|
Anyway, if you really want to have a new image, combining the original image and a (short) caption, you can use imagemagick and follow this guide:
http://www.imagemagick.org/Usage/annotating/ |
08-04-2012, 03:12 PM | #4 |
Digital Amanuensis
Posts: 727
Karma: 1446357
Join Date: Dec 2011
Location: Turin, Italy
Device: Several eReaders and tablets
|
Moreover, in EPUB 3 you might want to use:
Code:
<figure> <img .../> <figcaption><p>Caption text here</p></figcaption> </figure> |
08-05-2012, 05:07 AM | #5 |
frumious Bandersnatch
Posts: 7,536
Karma: 19000001
Join Date: Jan 2008
Location: Spaniard in Sweden
Device: Cybook Orizon, Kobo Aura
|
Note that, with a JPEG file, all editing will degrade the picture's quality.
|
Advert | |
|
08-05-2012, 05:53 AM | #6 |
Zealot
Posts: 101
Karma: 202774
Join Date: Apr 2012
Device: none
|
Well, maybe my idea is not so good after all.
Jellby, so that´s why the picture gets worse and worse... How common is EPUB 3 then? |
08-05-2012, 04:22 PM | #7 |
Wizard
Posts: 4,520
Karma: 121692313
Join Date: Oct 2009
Location: Heemskerk, NL
Device: PRS-T1, Kobo Touch, Kobo Aura
|
Not. There is also no backwards compatability for older readers, which is the vast majority.
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Displaying Photos and Captions Together | yoss15 | ePub | 14 | 03-26-2012 02:31 AM |
Creator problem with font size in captions | PeterValentine | Kindle Formats | 3 | 12-18-2011 07:59 AM |
Images and captions in epub | Balaji | Workshop | 3 | 08-19-2011 09:00 AM |
Figure captions | amoroso | Sigil | 6 | 07-13-2010 03:29 PM |
captions and images together | detede | Apple Devices | 11 | 06-14-2010 10:00 PM |