An Update:

I tried a number of ways (see below) to display the images "screenshot.jpg" 
and "screenshot.tiff" in a tiddler. The files screenshot.jpg and 
screenshot.tiff are in the same directory as the html file. I'm using 
Firefox. The problem appears to be the .tiff format

1. The following successfully displays the screenshot.JPG image. 
<img src="screenshot.JPG" width="50%" height="50%">

2. The imageit macro does work with the screenshot.JPG image, but it opens 
the full image in a new tab.
<<imageit "screenshot.jpg">>

3. The following does not display the screenshot.tiff image. 
<img src="screenshot.tiff" width="50%" height="50%">

4. The imageit macro kind of works with the screenshot.tiff image. It shows 
an outline. If you click on the outline it shows the screenshot.tiff image 
in a separate preview window.
<<imageit "screenshot.tiff">>

Steve Wharton



On Tuesday, November 11, 2014 8:17:57 AM UTC-5, steve wrote:
>
> Mario
>
> I am using the high resolution tiff format for now because that is what is 
> generated by the Mac OS "grab" utility.
> In practice I would switch to another smaller image format.
>
> Thanks
> Steve Wharton
>
> On Monday, November 10, 2014 5:31:14 PM UTC-5, PMario wrote:
>>
>> On Monday, November 10, 2014 7:57:50 PM UTC+1, steve wrote:
>>>
>>> I am using TW5 to write documentation for a application and I would like 
>>> to embed screenshots in the text
>>> So far I am able to have a clickable link to the image (see below)
>>>
>>> [ext[App Screenshot|./externalFiles/image.tiff]]
>>>
>>
>> Hi Steve,
>> Is there a reason, why you use .tiff images. They tend to be really big. 
>> -m
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to