Hi Markus,

> I would like to bump this question up again before some work gets really
> lost. Anyone?

The mask table schema is:

CREATE TABLE mask (imgid integer, formid integer, form integer, name
varchar(256), version integer, points blob, points_count integer, source
blob);

So, here is what I would try.

PLEASE BACKUP YOUR .config/darktable/library.db

First check on darktable the image id as displayed in the lightable.

Then:

echo DELETE FROM masks WHERE imgid=<YOUR_IMAGE_ID_HERE> | sqlite3
.config/darktable/library.db

Hope this helps,

-- 
  Pascal Obry /  Magny Les Hameaux (78)

  The best way to travel is by means of imagination

  http://v2p.fr.eu.org
  http://www.obry.net

  gpg --keyserver keys.gnupg.net --recv-key F949BD3B

------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
darktable-devel mailing list
darktable-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/darktable-devel

Reply via email to