polarfox

My first Lua

Jun 30th, 2013
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.28 KB | None | 0 0
  1. local img2=darktable.database.duplicate(img)
  2. img2.apply_style(darktable.styles[1],img2)
  3. local stor=darktable.modules.storage.disk
  4. local format=darktable.modules.format.png
  5. format.bpp=8
  6.     darktable.modules.format.png.write_image(format,img2,darktable.configuration.tmp_dir.."/tmp.png");
Advertisement
Add Comment
Please, Sign In to add comment