mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-11 19:00:00 +01:00
Added the resize quick button (#782)
* Added the resize module * Added the resize quick button * Made the icon to fit into the box * Added the footer to the main page * Added the resize quick button * Added the resize quick button * Added the resize quick button
This commit is contained in:
committed by
Jeffrey Warren
parent
c3abdaf3aa
commit
fdb38f7fdf
7
dist/image-sequencer-ui.js
vendored
7
dist/image-sequencer-ui.js
vendored
@@ -694,6 +694,7 @@ function generatePreview(previewStepName, customValues, path, selector) {
|
|||||||
$('#'+selector+' img').remove();
|
$('#'+selector+' img').remove();
|
||||||
|
|
||||||
var previewSequencerSteps = {
|
var previewSequencerSteps = {
|
||||||
|
"resize": "125%",
|
||||||
"brightness": "20",
|
"brightness": "20",
|
||||||
"saturation": "5",
|
"saturation": "5",
|
||||||
"rotate": 90,
|
"rotate": 90,
|
||||||
@@ -729,6 +730,12 @@ function IntermediateHtmlStepUi(_sequencer, step, options) {
|
|||||||
<div class="panel-body">\
|
<div class="panel-body">\
|
||||||
<p class="info">Select a new module to add to your sequence.</p>\
|
<p class="info">Select a new module to add to your sequence.</p>\
|
||||||
<div class="row center-align radio-group">\
|
<div class="row center-align radio-group">\
|
||||||
|
<div>\
|
||||||
|
<div class="radio" data-value="resize">\
|
||||||
|
<i class="fa fa-arrows-alt fa-4x i-over"></i>\
|
||||||
|
</div>\
|
||||||
|
<p>Resize</p>\
|
||||||
|
</div>\
|
||||||
<div>\
|
<div>\
|
||||||
<div class="radio" data-value="brightness">\
|
<div class="radio" data-value="brightness">\
|
||||||
<i class="fa fa-sun-o fa-4x i-over"></i>\
|
<i class="fa fa-sun-o fa-4x i-over"></i>\
|
||||||
|
|||||||
2
dist/image-sequencer-ui.min.js
vendored
2
dist/image-sequencer-ui.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -86,6 +86,12 @@
|
|||||||
</div>
|
</div>
|
||||||
<p class="info">Select a new module to add to your sequence.</p>
|
<p class="info">Select a new module to add to your sequence.</p>
|
||||||
<div class="row center-align radio-group">
|
<div class="row center-align radio-group">
|
||||||
|
<div>
|
||||||
|
<div class="radio" data-value="resize">
|
||||||
|
<i class="fa fa-arrows-alt fa-4x i-over"></i>
|
||||||
|
</div>
|
||||||
|
<p>Resize</p>
|
||||||
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<div class="radio" data-value="brightness">
|
<div class="radio" data-value="brightness">
|
||||||
<i class="fa fa-sun-o fa-4x i-over"></i>
|
<i class="fa fa-sun-o fa-4x i-over"></i>
|
||||||
|
|||||||
@@ -31,6 +31,7 @@ function generatePreview(previewStepName, customValues, path, selector) {
|
|||||||
$('#'+selector+' img').remove();
|
$('#'+selector+' img').remove();
|
||||||
|
|
||||||
var previewSequencerSteps = {
|
var previewSequencerSteps = {
|
||||||
|
"resize": "125%",
|
||||||
"brightness": "20",
|
"brightness": "20",
|
||||||
"saturation": "5",
|
"saturation": "5",
|
||||||
"rotate": 90,
|
"rotate": 90,
|
||||||
|
|||||||
@@ -10,6 +10,12 @@ function IntermediateHtmlStepUi(_sequencer, step, options) {
|
|||||||
<div class="panel-body">\
|
<div class="panel-body">\
|
||||||
<p class="info">Select a new module to add to your sequence.</p>\
|
<p class="info">Select a new module to add to your sequence.</p>\
|
||||||
<div class="row center-align radio-group">\
|
<div class="row center-align radio-group">\
|
||||||
|
<div>\
|
||||||
|
<div class="radio" data-value="resize">\
|
||||||
|
<i class="fa fa-arrows-alt fa-4x i-over"></i>\
|
||||||
|
</div>\
|
||||||
|
<p>Resize</p>\
|
||||||
|
</div>\
|
||||||
<div>\
|
<div>\
|
||||||
<div class="radio" data-value="brightness">\
|
<div class="radio" data-value="brightness">\
|
||||||
<i class="fa fa-sun-o fa-4x i-over"></i>\
|
<i class="fa fa-sun-o fa-4x i-over"></i>\
|
||||||
|
|||||||
Reference in New Issue
Block a user