de en es fr
Let the machine help
Light teasing, exhibition, BDSM, sissyfication, watersports... with sounds and pictures


Post new topic Reply to topic  [ 4 posts ] 
Author Message
 Mutiple Images?
PostPosted: Thu Mar 13, 2014 3:18 am 
Offline
Addict
I am writing another random spanking based on a card game script and was wondering if there is a way to show multiple images on a page. Basically I want to keep the image of the master/mistress while also showing a picture of the card drawn in the text portion of the window, or even as an inline image.


Top
 Profile Send private message 
 
 Re: Mutiple Images?
PostPosted: Thu Mar 13, 2014 8:48 pm 
Offline
Site Admin
User avatar
It's feasible, as in The White Queen, but not easy at all.


Top
 Profile Send private message 
 
 Re: Mutiple Images?
PostPosted: Thu Mar 13, 2014 10:43 pm 
Offline
Addict
Didn't think so. Guess I will just leave it as text instead of the image of the card, since I don't think showing a giant picture of a card is worth it, or for pictures of dice when I do something along those lines.


Top
 Profile Send private message 
 
 Re: Mutiple Images?
PostPosted: Sat Mar 15, 2014 12:08 am 
Offline
Site Admin
User avatar
I just had a look at the white queen, here is a sample code, not so hard in fact
Code:
def showCard= { cards ->
   def baseImage = java.awt.Toolkit.getDefaultToolkit().getImage(
      "images/xxx/base.png")
   def width = baseImage.getWidth()
   def height = baseImage.getHeight()
   def image = new java.awt.image.BufferedImage(width, height, java.awt.image.BufferedImage.TYPE_4BYTE_ABGR)
   def graphics = image.getGraphics()
   graphics.drawImage(baseImage, 0, 0, null)
   def thisImage = javax.imageio.ImageIO.read(new File("images/whitequeen/"+card+".png"))
   graphics.drawImage(thisImage, 100, 100, null)
   setImage(image, false)
}


Top
 Profile Send private message 
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 

All times are UTC + 1 hour [ DST ]


Who is online

Users browsing this forum: No registered users and 9 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  


cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
Maroon Fusion theme created by Oxydo
Software, theme modifications, phpBB modification by Doti 2010 - 2020
This website uses session cookies only.