#2313: creating (screenshot) galleries
------------------------------------------------------------+---------------
 Reporter:  [EMAIL PROTECTED]                          |        Owner:  jonas   
     Type:  enhancement                                     |       Status:  
reopened
 Priority:  normal                                          |    Milestone:     
     
Component:  wiki                                            |      Version:  
0.9     
 Severity:  normal                                          |   Resolution:     
     
 Keywords:  image, gallery, wiki, mediawiki, nested, cache  |  
------------------------------------------------------------+---------------
Comment (by anonymous):

 I've recently discovered the Python Image Library (PIL) and a snipplet for
 creating thumbnails. See
 http://www.daniweb.com/code/showsnippet.php?codeid=209.

 If a caching folder was created (as wished in the !GraphViz "simple
 diagrams in Wiki" thread) we can save the thumbnails there and have
 {{{
 [[ImageWithLink( [<image>, <sizeofthumbnail>, <ArticleAboutThisImg>,
 ...])]]
 }}}
 replaced with
 {{{
 <ul>
 <li><a href="?Img?"><img src="?Thumbnail?" size="?SeeAbove?"></a><li>
 ...
 </ul>
 }}}
 ... for every entry. That way the gallery could be created.

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/2313>
The Trac Project <http://trac.edgewall.com/>
_______________________________________________
Trac-Tickets mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-tickets

Reply via email to