Summary: | Drag & drop layers from different krita instances | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | sinozzuke <sinozzuke> |
Component: | General | Assignee: | Cyrille Berger <cberger> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | cberger, halla, user581, zander |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Unspecified | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
sinozzuke
2009-12-07 22:11:26 UTC
We would need to add the following to the drag&drop data: * a QImage (for interoperability with other application) * a binary array of bytes with colorspace info, for higher depth And in any case, it is probably best to limit the size of data (for memory reason), drag&drop of a 10000x10000 layer might cause problem. Or, for krita->krita, figure out some sort of IPC mechanism to send the information after drop, instead of storing it completely. Or, for krita->krita, figure out some sort of IPC mechanism to send the information after drop, instead of storing it completely. *** Bug 131252 has been marked as a duplicate of this bug. *** Fixed in 763eb8d023710d93d581921beabfff1308bfb74e -- now you can d&d between Krita and other apps like gimp, or Krita and Krita. You can d&d whole groups in one go. The only thing I'm still considering to add is to support .ora as d&d format, so in future we could d&d more than just image data with MyPaint. Dang! That is sweeet! I was even able to drop vector and filter layers. Impressive! The only issue I still get is that the filter layer which blurred the whole canvas on one image, only blurred a rectangular section of the other image. I'm guessing it's because of different sized canvases, but don't have time to check right now. Should I file a new bug? Nice work though! This makes me happy. :) I think that's because the selection itself might be limited -- but I'm not sure yet. Yes, by all means, file a new bug. |