2000-06-01
2000-06-01 11:49:20 by Kenneth Johansson <kenneth.johansson.home@gmail.com>
-
216db18ab4ec9a45da839173775a5280b00662c8
(15 lines)
(+8/-7)
[
Show
| Annotate
]
Branch: 2.0
Some small changes
Rev: server/modules/graphics/cimg.pike:1.17
7:
constant thread_safe=1;
roxen.ImageCache the_cache;
- constant cvs_version="$Id: cimg.pike,v 1.16 2000/05/18 12:17:23 kuntri Exp $";
+ constant cvs_version="$Id: cimg.pike,v 1.17 2000/06/01 11:49:20 kuntri Exp $";
constant tagdesc="Provides the tag <tt><cimg></tt> that can be used "
"to convert images between different image formats.";
424: Inside #if defined(manual)
Insert images from other sources, e.g. databases through entities or
variables.
<ex type='box'>
- <emit source='sql' query='select imagedata from images where id=37'>
- <cimg data='&sql.imagedata;'/>
- </emit>
+ <emit source='sql' query='select imagedata from images where id=37'>
+ <cimg data='&sql.imagedata;'/>
+ </emit>
</ex>
</attr>"+imagecache,
446: Inside #if defined(manual)
Insert images from other sources, e.g. databases through entities or
variables.
<ex type='box'>
- <emit source='sql' query='select imagedata from images where id=37'>
- <cimg-url data='&sql.imagedata;'/>
- </emit>
+ <emit source='sql' query='select imagedata from images where id=37'>
+ <cimg data='&sql.imagedata;'/>
+ </emit>
</ex>
</attr>"+imagecache,
]);