Commit 35741f0f authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

saturation for quick preview

parent e34c4282
...@@ -144,8 +144,9 @@ ...@@ -144,8 +144,9 @@
function quickestPreview(ctx){ function quickestPreview(ctx){
Elphel.reorderJP4Blocks(ctx,"JP4",settings.mosaic,settings.fast); Elphel.reorderJP4Blocks(ctx,"JP4",settings.mosaic,settings.fast);
Elphel.applySaturation(ctx,SATURATION[0]);
} }
function parseEXIFMakerNote(src){ function parseEXIFMakerNote(src){
var exif_orientation = EXIF.getTag(src,"Orientation"); var exif_orientation = EXIF.getTag(src,"Orientation");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment