minimal
This commit is contained in:
parent
9ac44b2a4f
commit
53735ffd66
2
setup.py
2
setup.py
@ -36,7 +36,7 @@ setuptools.setup(
|
|||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
url="https://git.kmpr.at/kamp/IOPaint",
|
url="https://git.kmpr.at/kamp/IOPaint",
|
||||||
packages=setuptools.find_packages("."),
|
packages=setuptools.find_packages("."),
|
||||||
package_data={"imagesorter-inpaint": package_files},
|
package_data={"inpaint": package_files},
|
||||||
install_requires=load_requirements(),
|
install_requires=load_requirements(),
|
||||||
python_requires=">=3.7",
|
python_requires=">=3.7",
|
||||||
entry_points={"console_scripts": ["imagesorter-inpaint=inpaint:entry_point"]},
|
entry_points={"console_scripts": ["imagesorter-inpaint=inpaint:entry_point"]},
|
||||||
|
@ -545,7 +545,7 @@ export default function Editor(props: EditorProps) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// TODO: download to output directory
|
// TODO: download to output directory
|
||||||
const name = file.name.replace(/(\.[\w\d_-]+)$/i, "_cleanup$1")
|
const name = file.name.replace(/(\.[\w\d_-]+)$/i, "_inpaint$1")
|
||||||
const curRender = renders[renders.length - 1]
|
const curRender = renders[renders.length - 1]
|
||||||
downloadImage(curRender.currentSrc, name)
|
downloadImage(curRender.currentSrc, name)
|
||||||
if (settings.enableDownloadMask) {
|
if (settings.enableDownloadMask) {
|
||||||
|
Loading…
Reference in New Issue
Block a user