Hi all,

In the watermark module, I wanted to enter a one line text. I could not do it because my text exceeded the recording capacity of the area, which is 63 characters (but the input field in the module allows us to enter much more!). I checked the sources. In watermark.c, the two structures definitions: dt_iop_watermark_params_t and dt_iop_watermark_data_t include a 'char text [64]' member that exactly matches the found limit of 63 characters (+ EOL). In addition, the 'char' type assigned to this storage area must not match the UTF8 character set because every time I type an accented character in that area it further reduces the length.

Would it be possible to increase the capacity of this area to 256 for example?

Would it also be possible to change the type of this area so that it can accept accented characters?

Can I help by offering a patch for this improvement?

Best regards,

JPV

___________________________________________________________________________
darktable developer mailing list
to unsubscribe send a mail to darktable-dev+unsubscr...@lists.darktable.org

Reply via email to