Commit graph

1843 commits

Author SHA1 Message Date
hns
0c20effa47 * Implement Image.getInfo() function that returns an ImageInfo object for a
byte array, input stream, url or file name argument.
* Change Image() constructor to accept a path name as argument (converts to
   file: URL internally).
2004-07-12 14:03:41 +00:00
hns
8934c855ea Add Marco Schmidt's ImageInfo class as helma.image.ImageInfo. 2004-07-12 14:01:21 +00:00
p3k
1854389d32 hopefully fixed the sorting problem with child nodes having propertyname attributes 2004-07-12 13:01:28 +00:00
lehni
12dc7af723 a few clean-ups. 2004-07-12 12:39:23 +00:00
lehni
659238c00b Bugfix in "protected BufferedImage resize(int w, int h, boolean
smooth)", as suggested by  Paul Alexandrow
2004-07-12 12:36:31 +00:00
hns
1eb454d97f Display property names with <property propertyname="" ...> elements 2004-07-12 08:26:25 +00:00
p3k
d45f7a1e99 * added support for <property name="xyz"> elements
* prefer output of prototyperef value rather than generic "HopObject" whenever possible
* fixed linebreaks (somehow they appeared corrupted on my machine)
2004-07-06 14:28:18 +00:00
hns
dc5bba8ddd Use getChildElement() instead of getNode() to evict old keys when
changing the accessname property
2004-07-06 14:00:53 +00:00
hns
4680e25ff6 Move helma.xsl from dom to db because it's XmlDatabase which installs the file 2004-07-05 15:13:26 +00:00
hns
9466ccd76e Add xml style sheet processing instruction 2004-07-05 13:44:31 +00:00
hns
8573a3a5bd Install helma.xsl style sheet when opening a database that doesn't have it already 2004-07-05 13:42:12 +00:00
hns
cdedb03d27 Move helma.xsl from dom to db because it's XmlDatabase which installs the file 2004-07-05 13:39:51 +00:00
hns
2eeeac908c Copy db style sheet to classes in compile task 2004-07-05 10:41:51 +00:00
hns
29c4e2bcc3 Add Tobi's stylesheet for Helma xml db files 2004-07-05 10:41:15 +00:00
hns
f1f4dbf8c1 Update date in last line (this time thanks to Stefan Rinner ;-) 2004-06-30 08:50:34 +00:00
hns
9f72af845f Updated Helma version, changed header for imaging + jdk 1.3, thanks again
to Chris Zumbrunn.
2004-06-30 08:33:04 +00:00
hns
4704ab1770 Updated 3rd party licenses to reflect the actual state and replaced reference
to 3rd party licenses with a generic paragraph in the Helma license. Thanks to
Chris Zumbrunn for the hint.
2004-06-30 08:29:15 +00:00
hns
3903309a06 Updated date in version string 2004-06-29 16:15:00 +00:00
hns
413e2b09c4 Updated last modified timestamp 2004-06-29 16:06:47 +00:00
hns
8f501fc508 Add note about image code requirements for users of Java 1.3.
Replace note about Mac OS 9 with generic note about other OSes.
2004-06-29 16:06:07 +00:00
hns
f51f991879 Include javadocs and jimi.jar in src packages 2004-06-29 15:35:55 +00:00
hns
4af0757ca3 Create lib/ext directory in package-raw 2004-06-29 15:27:36 +00:00
hns
69c67ff4e6 Remove antclick target - this is now done by antville's own build file 2004-06-29 15:25:04 +00:00
hns
f0e9bc064a Renamed postCompile() to onCodeUpdate() as discussed on helma-dev 2004-06-29 15:15:53 +00:00
hns
61c16b9743 Removing static antclick build skeleton - antville now has its own build system. 2004-06-29 15:09:35 +00:00
hns
726c656689 Reenable cleaning up of work directory (which was unintentionally disabled) 2004-06-29 14:07:37 +00:00
hns
8a718dc76e Remove build.compiler = classic property 2004-06-29 13:46:01 +00:00
hns
58270ab3a6 Remove special chars from author name to fix problems with encoding 2004-06-29 13:24:21 +00:00
hns
b4f0635ffa Remove himp from list of packaged demo apps since it doesn't work without jimi.jar. 2004-06-29 12:14:31 +00:00
hns
2a24c4f8aa Committing patch from Rashid to call postCompile() function if it is defined
after a prototype has been evaluated.
2004-06-28 16:56:17 +00:00
hns
e1139be0ff Fix references from transient nodes to persistent ones in Xml.read() and Xml.write().
* In XmlWriter generate reference tags when referencing a persistent node from a
   transient one.
* In XmlReader make sure we have the app's NodeManager to look up node
   references we don't know about.
Fixes bug 371: http://helma.org/bugs/show_bug.cgi?id=371
2004-06-28 16:36:33 +00:00
hns
69bf4432a6 Exclude jimi.jar from package archive. We are now using Juerg's javax.imageio.*
by default. People who rely on JDK 1.3/Jimi will have to download and install it
manually.
2004-06-28 12:33:27 +00:00
hns
c36745a7f5 Explicitly use StringBuffer.append(String) instead of
StringBuffer.append(StringBuffer) in order to run on JDK 1.3 VMs which don't
have the latter, even when the code was compiled with JDK 1.4 +.
2004-06-25 13:30:27 +00:00
lehni
b3ee1d4060 keyword substitution changes 2004-06-17 14:35:21 +00:00
lehni
fa49592735 Removed benchmarking info to System.out.println 2004-06-17 14:25:25 +00:00
lehni
8c7513a056 Fixed a bug concenring severe slow downs when filtering BufferedImages with strange ColorModels 2004-06-17 14:16:06 +00:00
lehni
a788892f3e added the copy file instruction for src/META-INF/services/javax.imageio.spi.ImageWriterSpi 2004-06-17 11:35:52 +00:00
lehni
65c27906ac file moved to /src/META-INF/services 2004-06-17 11:34:37 +00:00
lehni
49ed56a83f Initial check-in. META-INF file for helma.image.imageio.gif.GIFImageWriter 2004-06-17 11:34:04 +00:00
lehni
252fb40ee0 a few last minute changes, clean-ups an comment-corrections. 2004-06-17 10:24:40 +00:00
lehni
63321fbae2 The Acme GifEncoder is replaced by helma.image.GIFEncoder 2004-06-17 09:58:12 +00:00
lehni
b326f01bb6 Part of the new Imaging libary: tells ImageIO about the existense of the GIF codec. Needs to be copied to META-INF/services 2004-06-17 09:54:41 +00:00
lehni
e03a831981 Part of the new Imaging libary: works with the new ImageGenerator 2004-06-17 09:53:03 +00:00
lehni
e861a86c30 Initial check-in. Used in helma.image.Quantize for error diffusion dithering. 2004-06-17 09:52:14 +00:00
lehni
0f40d6142b Part of the new Imaging libary: produces a BufferedImage, with and IndexColorModel, handles alpha channels and dithering. 2004-06-17 09:51:13 +00:00
lehni
b19370cdbc Part of the new Imaging libary: Relies on ImageGenerator for saving images, implements a bunch of new functions. 2004-06-17 09:49:24 +00:00
lehni
6fd57e8598 Initial check-in. ImageWaiter waits for asynchronously loaded images. Derived from ImageGenerator.ImageLoader 2004-06-17 09:48:18 +00:00
lehni
1d8560ea28 New version of the imaging library. ImageGenerator is now an abstract class, extended by ImageIOGeneartor and JimiGenerator 2004-06-17 09:46:26 +00:00
lehni
ddbf06f173 Initial check-in. ImageFilterOp wrapps an ImageFilter in a BufferedImageOp 2004-06-17 09:41:04 +00:00
lehni
0229f6bcc4 Initial check-in of the GIFEncoder, used both in helma.image.imageio.gif.GIFImageWriter and helma.image.jimi.JimiGenerator 2004-06-17 09:39:55 +00:00