Antville Project

cool! (and a missing tag)

i just noticed the new image manager. great! what are your further plans? because i have some ideas. (like automatically linking the thumbs to an image.main skin :-)

and the skin for image.edit lacks the closing "table" tag. or maybe you wrote "form" instead of "table".

comment    

 
kris, August 17, 2001 at 1:16:59 AM CEST

more ideas

does the software behind the image manager allow simple image manipulations? like reflections and rotations by 90/180/270 degree?

if so, you could easily extend antville to build online photo galleries, which is could be a nice helma-example for those who can't relate to the whole weblogs/newssite thing.

link  

 
tobi, August 21, 2001 at 3:07:12 PM CEST

image processing

thanks to hannes, with the latest snapshot (helma-20010820.jar) helma provides an easy (well, at least easier) way to process images:

the image constructor is extended with a second parameter acting as imagefilter:

new Image(url, filter)

such a filter is created by directly accessing the jimi filters package:

Packages.com.sun.jimi.core.filters

Here's an example for 90° ccw rotation:

var img = new Image("eleph.antville.organtville/eleph/dili.jpg"); var rotator = new Packages.com.sun.jimi.core.filters.Rotate(90); var processed = new Image(img, rotator); processed.saveAs("/path/to/static/processed.jpg"); res.write("<img src="/static/processed.jpg&gt;");

other filters need a slightly different approach, e.g. flipping. Here a new function getSource() is introduced to provide the right image class for the filter:

var img = new Image("eleph.antville.organtville/eleph/dili.jpg"); var filter = Packages.com.sun.jimi.core.filters; var flipper = new filter.Flip(img.getSource(), 1); var processed = new Image(img, flipper); processed.saveAs("/path/to/static/processed.jpg"); res.write("<img src="/static/processed.jpg&gt;");

if you are more interested in image processing with helma, i can provide a little example application.

link  

 
kris, August 21, 2001 at 3:49:58 PM CEST

later

i need to do my personal stuff at the moment, but i keep it in mind.

link  

 
tobi, August 21, 2001 at 4:50:07 PM CEST

you mean

your other bunch of weblogs... ;->

link  

 
kris, August 21, 2001 at 9:05:58 PM CEST

but...

...don't tell this my boss, m'kay?

link  


... comment
 
hns, August 17, 2001 at 2:02:42 PM CEST

What I think would be cool

is to allow people to include pictures in story and then have a lil' javascript popup to see the big version, like on orf on.

link  

 
robert, August 17, 2001 at 4:17:40 PM CEST

right you are

i think with the next update one will be able to embed thumbnails also in stories. from there to a popup it's only a small step ;-)

link  


... comment
 
robert, August 17, 2001 at 4:19:49 PM CEST

thanks

i'll add the missing tag, and embedding the thumbnails will also be implemented in the next update.

link  

 
kris, August 17, 2001 at 5:08:54 PM CEST

can you inform us

about new versions? i have overwritten almost everything and so i notice changes only accidently. just a quick note is sufficient.

link  

 
robert, August 17, 2001 at 7:42:55 PM CEST

sure

actually i didn't plan to do the update yesterday, but it was a nice evening in hns's office, and shortly before leaving we made the update. i think from now on every update will be described here shortly afterwords, is this ok? (did it several times before, just missed it yesterday :)

link  


... comment


The Antville Server Fund has been a great success. Thanks to everybody who contributed!
online for 8551 Days
last updated: 1/4/11, 10:22 AM
status
Youre not logged in ... Login
menu
November 2024
SunMonTueWedThuFriSat
12
3456789
10111213141516
17181920212223
24252627282930
July
recent
zfuture's house here is zfuture's
house
by zfuture (7/31/03, 2:59 AM)
i understand your concerns however,
i hardly can think of a solution. certainly, if the...
by tobi (7/29/03, 9:47 AM)
Found several more similar sites
listed This is getting to be quite a concern to...
by cobalt123 (7/27/03, 7:56 PM)
Second Post Alert on Referrer
bug livecatz I put this into "help" and now here:...
by cobalt123 (7/26/03, 7:14 PM)
well it's not easy to
find from here, anyway. think we should include a link,...
by tobi (7/24/03, 11:25 AM)
So finally I found
the helma Bugzilla - stupid me.
by mdornseif (7/24/03, 10:28 AM)
clock not that it's particularly
earthshattering but the antclock is running slow by about 15...
by kohlehydrat (7/23/03, 8:25 PM)
but blogosphere.us isn't can't really
be rated as spam can it?
by kohlehydrat (7/23/03, 8:08 PM)
More referrer spam www.webfrost.com
by Irene (7/23/03, 7:55 PM)
How to log skin names
I accessed to console?? Hi, I would like to know...
by winson (7/23/03, 4:12 PM)

Click here to get an XML version of this weblog.

Made with Antville
powered by
Helma Object Publisher