deploy: a5c0a9a3a6
This commit is contained in:
parent
d0f5b1afd8
commit
2833cb1084
4 changed files with 8 additions and 6 deletions
File diff suppressed because one or more lines are too long
4
js/jquery.js
vendored
4
js/jquery.js
vendored
File diff suppressed because one or more lines are too long
|
@ -3066,7 +3066,7 @@
|
|||
[percentage : boolean],
|
||||
[cancel_callback : function]
|
||||
) : types.dt_lua_backgroundjob_t
|
||||
</code></pre><p>Create a new progress_bar displayed in <a href="#darktable.gui.libs.backgroundjobs">darktable.gui.libs.backgroundjobs</a></p>
|
||||
</code></pre><p>Create a new progress_bar displayed in <a href="../libs/backgroundjobs.md">darktable.gui.libs.backgroundjobs</a></p>
|
||||
<ul>
|
||||
<li>
|
||||
<p><strong>text</strong> - <em>string</em> - The text to display in the job entry</p>
|
||||
|
@ -3086,7 +3086,7 @@
|
|||
job : types.dt_lua_backgroundjob_t
|
||||
)
|
||||
</code></pre><ul>
|
||||
<li><strong>job</strong> - <em><a href="/luadocs/lua.api.manual/types/dt_lua_backgroundjob_t/">types.dt_lua_backgroundjob_t</a></em> - The job who is being cancelled</li>
|
||||
<li><strong>job</strong> - <em><a href="/luadocs/lua.api.manual/types/dt_lua_backgroundjob_t/">types.dt_lua_backgroundjob_t</a></em> - The job that is being cancelled</li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
|
|
@ -3075,7 +3075,9 @@ originally selected images.</p>
|
|||
<li>start this script using script manager</li>
|
||||
<li>select an image or images for editing with GIMP</li>
|
||||
<li>in the export dialog select “Edit with GIMP” and select the format and bit depth for the
|
||||
exported image</li>
|
||||
exported image. Check the “run_detached” button to run GIMP in detached mode. Images
|
||||
will not be returned to darktable in this mode, but additional images can be sent to
|
||||
GIMP without stopping it.</li>
|
||||
<li>Press “export”</li>
|
||||
<li>Edit the image with GIMP then save the changes with File->Overwrite….</li>
|
||||
<li>Exit GIMP</li>
|
||||
|
|
Loading…
Reference in a new issue