Re: [darktable-devel] XMP JPEG segment is larger than 65535 bytes

2013-09-26 Thread Ulrich Pegelow
Am 26.09.2013 12:57, schrieb Dimitrios Psychogios: > From a cursory websearch it looks like this is not possible in the > standard APP1 segment normally used for XMP data. You should be able to > use multiple APP2 segments which i believe are also used for ICC profile > data (which are usually >6

Re: [darktable-devel] Black squares in output

2013-09-26 Thread Ulrich Pegelow
Hi, what you show is most likely a out-of-memory situation and I guess you are working on a 32-bit system, right? The equalizer is very memory hungry and it may happen, when processing the image tile-wise, that not enough memory can be found for one of the tiles. When you run your export after

[darktable-devel] Black squares in output

2013-09-26 Thread Matze
Hi, on some of my pictures from my recent holidays unfortunately I get huge black squares when I process them with darktable. I suppose this is a bug. Strangely this only happens to pictures with portrait orientation. The same history stack used on landscape pictures works fine. I provide a zi

Re: [darktable-devel] usermanual proofreading

2013-09-26 Thread Ulrich Pegelow
Am 25.09.2013 18:46, schrieb David Vincent-Jones: > I will take anything that you wish to throw my way. > > David > On 13-09-25 05:52 PM, Ulrich Pegelow wrote: Cool and thanks guys! Then let's make the following first assignment: Rob: 1.2. darktable basic workflow (only first paragraph) 1.2.2.8

Re: [darktable-devel] XMP JPEG segment is larger than 65535 bytes

2013-09-26 Thread Dimitrios Psychogios
>From a cursory websearch it looks like this is not possible in the standard APP1 segment normally used for XMP data. You should be able to use multiple APP2 segments which i believe are also used for ICC profile data (which are usually >64K). Some sample code I found is here: http://src.chromium