Issue #5 Work In Progress: Add icon to QR size#6
Draft
ZuchBoy wants to merge 1 commit into
Draft
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes:
ToDo:
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()) ENDWITHI 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?