JPEG_Encoder

A simple P3 PPM to JPEG converter written as a uni project. This isn't really a tool intended to actually be used and more of an exercise.

We wrote it in Rust, both for speed and to practice the language. This especially netted us some practice with optimisation: When benchmarking our implementations of the different DCT algorithms against other groups and previous semesters, ours was always either the fastest or second fastest one.

JPEG_Encoder is a university project at Technische Hochschule Würzburg-Schweinfurt in collaboration with JoGehring and SchmittMichael. It isn't really maintained as it isn't intended to be more than a learning project.