You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently, I discovered that ImageMagick supports an image file format called PFM. The PFM format is inspired by the PNM format, and there seem to be a lot of similarities. This crate already implements an encoder and decoder for the PNM format, so it may be relatively easy to implement them for the PFM format.
The text was updated successfully, but these errors were encountered:
Recently, I discovered that ImageMagick supports an image file format called PFM. The PFM format is inspired by the PNM format, and there seem to be a lot of similarities. This crate already implements an encoder and decoder for the PNM format, so it may be relatively easy to implement them for the PFM format.
The text was updated successfully, but these errors were encountered: