multiple answers

it's indeed quite easy. I had a very generic iop implemented at some point
that would take another image processed in DT and replace the pixels of the
current image with the one of that other image (think of a black background
image, on which various images are overlayed... implementing it as an iop
would allow to use blendif with it to reuse for focus-stacking etc...)

unfortunately, there is a very tricky bit : digital asset management. our
XMP format doesn't work well with multiple RAW being linked to a single XMP
and there are lots and lots of small integration details that need to be
worked out

now, the biggest problem is not that : I don't think we want DT to be able
to do mosaic, that's out of our scope... fell free to implement some mosaic
in lua (there is already a script for that) but I am not convinced that it
would be accepted in core...

On Fri, Feb 27, 2015 at 1:43 PM, Gonçalo Marrafa <goncalo.marr...@gmail.com>
wrote:

> Hi all.
>
> Do you guys think DT would benefit from a collage/triptych tool? I think
> it would be rather easy to implement, and extremely useful. We can create
> them in GIMP but with DT we could easily change something in our processing
> and have it automatically updated without having to redo it in GIMP.
>
> What are your thoughts on this?
>
>
> Gonçalo Marrafa
>
>
> ------------------------------------------------------------------------------
> Dive into the World of Parallel Programming The Go Parallel Website,
> sponsored
> by Intel and developed in partnership with Slashdot Media, is your hub for
> all
> things parallel software development, from weekly thought leadership blogs
> to
> news, videos, case studies, tutorials and more. Take a look and join the
> conversation now. http://goparallel.sourceforge.net/
> _______________________________________________
> Darktable-users mailing list
> Darktable-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/darktable-users
>
>
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Darktable-users mailing list
Darktable-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/darktable-users

Reply via email to