-
Notifications
You must be signed in to change notification settings - Fork 8
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
image.cpp All Images filter missing entries #62
Comments
Whoops, I basically abandoned this project as Magic kind of died to me. I'll see about incorporating that and sorting out if there are other missing entries. |
No worries, actual MTG is dead to me too, I just got on a kick of making custom cards. :) The fork I made basically fixed the extensions issue, and gave the option to go up to 400% for internal image size (as pointless as that is, it's nice to have the option). I could not for the life of me get it to compile as a static binary though, only the dynamically linked compilation worked for me, which is why I've not pushed any builds onto my own fork. That's why the Cmake file is kind of butchered, so don't actually merge anything, lol. The only changes are in src/gui/value/image.cpp and src/gui/preferences_window.cpp |
Oh, I had no idea you could just type it in. Don't I feel silly now 😜. Do
you have any suggestions on getting it to compile statically? I tried with
vcpkg to install the appropriate libraries but as I had to do it in a
windows vm it was a pain and I had no luck cross compiling on Linux.
…On Tue 13 Feb 2024, 2:06 AM Brendan Hagan, ***@***.***> wrote:
The preferences input boxes actually support typing in values as a note,
so 400% was doable before by just keying it in. Not a bad convenience
though to add it to the dropdown.
image.png (view on web)
<https://github.com/haganbmj/MagicSetEditor2/assets/15820761/493df894-71d0-4c40-a7f1-edb42af1273c>
—
Reply to this email directly, view it on GitHub
<#62 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABFLTC5XC43GTDXUOJPHQ63YTLDDJAVCNFSM6AAAAABANAJHN6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNBQGIZTCNRZGY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I think I had to specifically install static versions of the 32/64 bit libraries using I know Linux has been a pain in the past, not sure if anyone has really gotten it working natively there without crashes or font rendering issues. I haven't dug into cross compilation. |
The image.cpp source file has the All images filter but it's missing entries, the most egregious being it only shows .jpg and not .jpeg, while clicking down to JPEG Images shows them.
The text was updated successfully, but these errors were encountered: