Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #5 Work In Progress: Add icon to QR size #6

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ZuchBoy
Copy link

@ZuchBoy ZuchBoy commented Nov 30, 2022

Changes:

  • Added function to calculate logo size
  • Added Function to calculate logo position
  • Upgrade the FoxBarcodeQR form

ToDo:

  • use some libreary i.e. GDIPlusX to render the image on existing QR code

Signed-off-by: Piotr Poniewicz poniewicz@gmail.com

Hello Everyone!

I preapare the "completely" implementation of add logo feature.
However, I have a problem.
Do you guys @DougHennig @luismariag have any experience with GDIPlusX library?
I try to use it to rendering the logo image on QR code but I can't use the functions of that library.
For example, I have a code:

DO LOCFILE("System.App") With _Screen.System.Drawing LOCAL loImage as xfcBitmap loImage = .Bitmap.New(GETPICT()) ENDWITH

I try to create simple object but FoxPro throw file window and request to set path the "System.App" file.
I am very close to resolve the issue but I am out of ideas :(

Or... Maybe you have any better idea?

Changes:
- Added function to calculate logo size
- Added Function to calculate logo position
- Upgrade the FoxBarcodeQR form

ToDo:
- use some libreary i.e. GDIPlusX to render the image on existing QR code

Signed-off-by: Piotr Poniewicz <poniewicz@gmail.com>
@ZuchBoy ZuchBoy marked this pull request as draft November 30, 2022 18:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant