scale mugshots and turn them into pngs on upload
Bug #467148 reported by
Toni Ruottu
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenFilepad |
New
|
Undecided
|
Unassigned |
Bug Description
We should turn mugshot into pngs on upload. While Qt is able to view various image formats we should store only pngs. This makes it easier for other software developers to write compatible software, as they will then know png is the only format they need to support. We could save some space by using jpeg, but not too much. Lets just use pngs with maximum compression level. I'd go for progressive coding, if that is possible, as it would look better in some environments. We also want to scale big images down on upload so we have to rewrite them anyway.
Changed in qfriendslol: | |
milestone: | none → 0.2.1 |
Changed in qfriendslol: | |
milestone: | 0.3.1 → 0.2.2 |
To post a comment you must log in.
Some care has to be taken as we have a limit for mugshot file size. It would be really boring, if we would make the picture too big ourself and then throw an error to the user.