With Xubuntu 15.10, Simple Scan 3.18.1, the default file type is, even for images, PDF. I would like to set it to PNG, is that possible?
There is a related, older question for changing from JPG to PDF with the solution, to switch the scanning from image (JPG) to text (PDF) Simple Scan - Changing the default output File Type to PDF and improving Compression? but I already have used image and JPG wouldn't be a solution either.
I don't find a config file in ~/.config which looks responsible for simple scan and the settings menu is very reduced.
Simple Scan stores its settings in dconf database rather then in your profile. Its keys can be listed by the command:
As you can see, there's no mentioning about the preferable file format.
At the page of its developers I also found confirmation that there's no way of saving your preferred file format permanently: https://answers.launchpad.net/simple-scan/+question/273400
This info is pretty fresh. Maybe someday they'll add this functionality, but now default file type is PDF. Older versions of application were more adaptive - they used PDF as default file type for 'Text' and JPG as default file type for 'Image'. This behavior is hardcoded. Modifying the source and recompiling seems the single way to overcome that.
As @whtyger says, there is no way to do this but modifying the source code.
However you can use this workaround:
Run this command to install
imagemagick
:Run this script: