You are currently browsing the daily archive for October 15th, 2008.

At some point we may find ourselves piddling around with images for creating splash screens, icons and web design.  Interesting little hint about what resizing algorithms you should use in your favourite graphics prog:

  • When REDUCING a big image to a small image use BICUBIC
  • When INCREASING a small image to a big image use BILINEAR

….I always forget this simple but useful information.