You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Abigail <ab...@yahoo.com> on 2013/10/18 09:35:39 UTC

Re: Adding images dynamicly

Hi there
You can just  add the new image
<http://www.rasteredge.com/how-to/csharp-imaging/create-new-image/>  
according to this method:
public REImage();
public REImage(int w, int h);
public REImage(int w, int h, ImageMode mode);
public REImage(int w, int h, ImageMode mode, byte[] data);
public REImage(int w, int h, ImageMode mode, byte[] data, RColor[]
colorPalette);




--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/Adding-images-dynamicly-tp4447069p4661866.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org