This document proposes a method for fractal image compression using range block classification and particle swarm optimization. It begins with an abstract that describes fractal image compression as a lossy technique that partitions images into range and domain blocks, with each range block searching domain blocks for the best match using PSO. The document then provides more details on PSO, describes implementing fractal image compression with PSO by having particles represent domain block locations and fitness measure matching between blocks, and shows experimental results compressing test images with the method. The goal is to improve compression ratio and decompressed image quality over traditional techniques by using PSO for block matching.