PartyWifi / PartyWifi.Server

This is the central server of the PartyWifi ecosystem.
GNU General Public License v3.0
2 stars 1 forks source link

Image filetype cannot be changed #21

Open dbeuchler opened 7 years ago

dbeuchler commented 7 years ago

In ImageMagick the image was loaded in a generic way, There was an easy way to change the file type and convert to jpg.

https://magick.codeplex.com/wikipage?title=Convert%20image

Is it possible in ImageSharp too?

Toxantron commented 7 years ago

Probably, I will check with "the guys".

dbeuchler commented 7 years ago

As workaround we can support the basic filetypes for the first milestone: PNG, JPG.

Later if we want to import sd/cf cards we have to support filetypes like CR2, NEF, DNG, TIFF

Toxantron commented 7 years ago

I can tell you from the gitter discussions that tiff is WIP.

JimBobSquarePants commented 7 years ago

We have SaveAs[FileTypeExt] methods plus you can choose an installed encoder to pass the the standard Save method