ccd0 / 4chan-x

Adds various features to anonymous imageboards.
https://www.4chan-x.net/
Other
981 stars 133 forks source link

Support saving as other image formats in Tegaki #573

Open spaghetti2514 opened 8 years ago

spaghetti2514 commented 8 years ago

I just tried to edit an obnoxiously sized 1.5MB jpg photograph, but couldn't upload it because Tegaki wrote it out as a 6MB png.

A selector for the output filetype would be nice (that maybe defaults to the input type)

ccd0 commented 8 years ago

To avoid clutter, perhaps what we could do is have it automatically convert to JPEG if the file is too large. Alternately we could put the "Convert to JPEG" option on the file-too-large error message.

This will have to be Firefox-only, though. I don't know of a way to do it in Chrome. For browsers that don't support creating JPEG files, we'll need to do #540.