All images use lossless compression and are in png format, written with DevIL.

The code used to generate these images is available here.

Here is an image with one sample at the center of each pixel.

 
 
These images used jittered sampling.

  box filter tent filter cubic filter
16 samples / pixel box/16 tent/16 cubic/16
64 samples / pixel box/64 tent/64 cubic/64
100 samples / pixel box/100 tent/100 cubic/100
1000 samples / pixel box/1024 tent/1024 cubic/1024

 
 
These images used multi-jittered sampling.

  box filter tent filter cubic filter
16 samples / pixel box/16 tent/16 cubic/16
64 samples / pixel box/64 tent/64 cubic/64
100 samples / pixel box/100 tent/100 cubic/100
1000 samples / pixel box/1024 tent/1024 cubic/1024