Forum Discussion
Altera_Forum
Honored Contributor
8 years agoa jpeg image is a compressed image. this means you need to decode the image first. This is more complicated than using the uncompressed ppm format. Decoding the jpeg takes time, so if speed is your goal, you might want this to run on the fpga as well. But if you might be able to only pass the image data (not the encoder data) if the encoder data will be unchanged. The steps you will need to run though are
jpeg file -> decode -> run filter -> do other stuff