Página 1 de 1

QR-Encode/Decode Atualização Hwgui 03/01/2025

Enviado: 07 Jan 2025 15:47
por Itamar M. Lins Jr.
Olá!
A Hwgui possue agora gerador de QR-ENCODE e QR-DECODE.
Fiz teste bem simples, para ver se funciona no Linux.
Captura de imagem_20250107_154533.png
Captura de imagem_20250107_154709.png
Usa DLL no Windows(? ainda não testei).

Código: Selecionar todos

2025-01-07 16:40 UTC+0100 Wilfried Brunken DF7BE
* contrib/qrdecode/ReadMe.txt
* contrib/qrdecode/qrdecode_mac.sh
  ! Project qrdecode on MacOS:
  ! First steps are successful, QR code
  ! from camera can be decoded in shell script
  ! (to be continued)
  ! TO-DO:    
  ! Integrate the functionality of the shell script
  ! into the HWGUI sample program.


2025-01-05 17:10 UTC+0100 Wilfried Brunken DF7BE
* test/Ticket85.hbp
* test/Ticket85.prg
  ! #85 USE OF STATIC ARRAY ELEMENT IN SAY DO NOT WORK
  ! by  domenico d'oria
  ! For details see comment line of demo
  ! program.

2025-01-05 16:10 UTC+0100 Wilfried Brunken DF7BE
* source/cross/hmisccross.prg
* samples/qrencode.prg
* doc/hwgdoc_functions.html
* test/rdln_test.prg
  ! For Harbour bug report,
  ! Preparing rdln_test.prg for
  ! opening a new issue.
  ! Project QR encoding:
  ! New function hwg_oBitmap2file(),
  ! is under construction yet.
  ! (to be continued)


2025-01-04 19:30 UTC+0100 Wilfried Brunken DF7BE
* contrib/qrdecode/qrdecode.prg
  ! Project QR code decode:
  ! Sample program displays the
  ! result read from output file
  ! of ZBar into window of
  ! hwg_ShowHelp().
  ! The output file is read by
  ! new function hwg_RdLn().
  ! (to be continued)


2025-01-03 19:40 UTC+0100 Wilfried Brunken DF7BE
* contrib/qrdecode/ReadMe.txt
* contrib/qrdecode/qrdecode
* contrib/qrdecode/qrdecode.prg
* contrib/qrdecode/v4l2.c (new)
  ! Now LINUX working with patch
  ! of Zbar code
  ! (Patch is from
  ! https://bugs.archlinux.org/attachments/44091/12776/v4l2.patchhttps://bugs.archlinux.org/attachments/44091/12776/v4l2.patchhttps://bugs.archlinux.org/attachments/44091/12776/v4l2.patch
  ! To be continued with MacOS.

2025-01-02 13:55 UTC+0100 Wilfried Brunken DF7BE
* source/cross/hmisccross.prg
* clean.sh
* contrib/qrdecode/ReadMe.txt
* contrib/qrdecode/qrdecode.prg
* test/textfile_MacOS.txt (new)
* test/textfile_UNIX.txt (new)
* test/textfile_Win.txt (new)
  ! QR decode: 
  ! New functions are helpers to read
  ! the file with the result of a QR code scan:
  ! hwg_RdLn()
  ! hwg_RmCr()
  ! hwg_RmBlTabs()
  ! hwg_Max()
  ! hwg_Min()
  ! with autodetect of the
  ! OS dependant line endings.
  ! QR scan on Windows runs OK, but LINUX
  ! have some errors in ZBar utility.
  ! Need to fix them.
  ! Afterwards the port to MacOS can start.
  ! So: to be continued !!!


2024-12-29 14:00 UTC+0100 Wilfried Brunken DF7BE
* contrib/qrdecode/ReadMe.txt (new)
* contrib/qrdecode/qrdecode.prg
* contrib/qrdecode/qrdecode.hbp
* contrib/Readme.txt
* source/common/procmisc/cfuncs.c
  ! Added qrdecode utility with
  ! Zbar (external call).
  ! Scan and decode QR 
  ! and EAN bar codes.
  ! First issue running on
  ! Windows 11 / 10.
  ! To be continued for
  ! LINUX an MacOS.

2024-12-29 11:00 UTC+0100 Wilfried Brunken DF7BE
* oldlogs/Changelog.002 (archived)
* oldlogs/Readme.txt
  ! Changelog archived
  ! from 2022-02-09 to 2024-12-12
  ! as .002
Saudações,
Itamar M. Lins Jr.