java - Example images for code and mark-up Q&As -


when preparing mcve/sscce involves images, useful have direct access images.

the types of images cover questions - small images in multiple colors or shapes, animated gifs with/without transparency, jpegs 'pairs' of pictures & can used in image transitions, tile sets, sprite sheets..

are there small (under 30kb), on-site, license & royalty free images can hot-link these types of examples?

here example images common use, existing answers on so.

icons

simple geometric shapes generated using java seen in this answer. includes java based interface defines urls , makes them easy access.

details: 32x32 pixel png (4 colors x 5 shapes) partial transparency (along edges).

categories:

  
  

sprite sheets

chess pieces seen on this answer includes 2 other sprite sets (same image in different colors).

details: 384x128 px (each sprite 64x64 px) png partial transparency.

categories:

animated

gif image format supports animation. here few examples.

categories:

solid bg

animated dashed border seen in this answer.

details: 100x30 px filled bg (no transparency)

zooming stars seen in this answer, developed 'screen-shot' of screensaver.

details: 160x120 px filled bg (no transparency)

animated water seen in this answer animating tiles in game.

details: 60x60 px filled bg (no transparency)

transparent bg

orbital animation, developed 1.1c. orbits of 'inner' planets (from mercury jupiter, orbit shown in thick of asteroid belt). better on dark bg.

details: 450x450 & 150x150 px animated gifs transparency.

pictures

sunrise & moonset on cbd of sydney, australia
sunset & venus on telescope on mt stromlo, near canberra, australia.

categories: + image transitions

details: 480x320 px jpegs x 4. (displayed here @ 1/2 size.)


panorama @ dawn across south-eastern suburbs of sydney.

categories: (scrolling)

details: 1474x436 px jpeg.

dawn panorama

tiles

this mercator map of earth can tiled left/right. seen on this answer. answer includes second version of image shows semi-transparent line equator (which not in center, below it).

details: 640x316 px (add 44 px @ bottom center equator) png transparent bg.

categories: (scrolling)

tip

for getting urls of images, might 'context click' on image seen in browser , either:

  • show properties. url can copied dialog appears.
  • view image. copy url browser address bar.

alternately:

  • use browser 'show source' , copy html.
  • for enough rep. (100+, edit community wiki answer), go edit answer , pull url text.

Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -