Jean-Jacques Sarton

Results 72 comments of Jean-Jacques Sarton

Within these functions I use only *argv[] and normal C strings. Need to use std::string, all should be converted to c++ string and again to c string. Within messages() I...

# proposed changes for deepseg.cc ## Options All options begin with a single "-" ffmpeg. Old options (--vg, --cg) work also Added the option -verbose, -version. -max-fps as well -dd...

> Passing pointers to static buffers is also kinda evil … If you don't know what you do. ``` static char *message(const char *format, ...) { static char buf[81]; std::va_list...

# proposed changes for deepseg.cc ## command line options > Should thus be --verbose, --version, --max-fps. -dd is the same as -d -d. > ( getopt behaviour) --vg and --ch...

> Re Full Name: If you report the path, it's not just /usr/local/; if only the basename is intended, only the basename should be shown. Only the base name is...

# Test version The development code I have is not checked in and is only for my own usage. ## Modifications—Improvements With the introduction of the --cg and --vg (capture...

An example will be: ``` PDF/UA1 test * { font-size: 16px; line-height: 1.3em; font-family: 'Dejavu Sans', Arial, Sans; box-sizing: border-box } h1 { font-size: 2.2rem; } figure, .figure { max-width:100%;text-align:center;}...

The body of the html file contain; ``` PDF/UA1, Figure ``` With PAC 2021 within the Screen Reader preview, we shall have: ``` [H1} Figure [Figure] the picture [Alt] This...

I have just tested your very good application. I have modified the css values for the img element to ``` img { position: absolute; top: 0; bottom: 0; left: 0;...

> Well, thanks for proposal, but this css break the case when we're waiting for stream to start. The "Press START on device" image is stretched as well You are...