GM-Script-Writer-62850 / PHP-Scanner-Server

Allows you to use your Linux install as a web based scanner server thus allowing you to scan with any web enabled device; Now supports server side printing! (As of 1.4.11)
59 stars 17 forks source link

Preview button #34

Open francisco-jca opened 8 years ago

francisco-jca commented 8 years ago

Hi, I installed your software on my Rpi and it is working great, thanks for your work. I just have two suggestions

GM-Script-Writer-62850 commented 8 years ago

you can reorder the options here: scan page: https://github.com/GM-Script-Writer-62850/PHP-Scanner-Server/blob/master/res/inc/scan.php#L127 edit page: https://github.com/GM-Script-Writer-62850/PHP-Scanner-Server/blob/master/res/inc/edit.php#L16-L20 You can set a value attribute on the select element with a value of jpg instead of reordering them If you are worried about storage space of scans, you can setup he cleaner script, that script will auto delete scans older than a predetermined amount of time, it can be setup as a cron task https://github.com/GM-Script-Writer-62850/PHP-Scanner-Server/blob/master/cleaner.php#L2

i have no intention of trying to make a preview button as described, you can create a settings label called preview (save what ever settings you feel are good for that)

i don't suggest setting JPG as default, there are too many people that will post test scans as jpegs

francisco-jca commented 8 years ago

OK, I will try it, thanks.