Hi Everybody,
Do you know how can I modify the size of timestamp? I need a bigger one.
If there is no easy way to do that, where can I find this issue on source code?
Timestamp Size
Thanks.cordel wrote:The fonts for the timestamp are defined in zm_font.h and zm_image.h
I looked for these files and I was able to increase the width of timestamp easily, just changing the define on image.h.
Here is the thing, when I increase the height the letters don't appear correctly, the function Annotate() isn't adapted to increase size only by changing the width/height define.
My knowledges in c pointers stuff are not the bests, I'd tried to adapt the function, but I wasn't capable to do that.
Does anyone can give me some additional tips to get this?