High-Res Card Image Downloader [Needs New Image Source]
by mtgrares
Moderators: timmermac, Blacksmith, KrazyTheFox, Agetian, friarsol, CCGHQ Admins
Re: High-Res Card Image Downloader v. 1.1.0
by drdev » 03 Oct 2014, 06:41
Any chance you can add support to this for loading quest images and achievement images? I'm having trouble downloading those in a usable format on my Android device. I always end up with quest opponents having no avatar picture.
Also, as a question, why require Java 8 for this? And is it going to break my Java development setup for Forge to try to upgrade to Java 8?
Also, as a question, why require Java 8 for this? And is it going to break my Java development setup for Forge to try to upgrade to Java 8?
- drdev
- Programmer
- Posts: 1958
- Joined: 27 Jul 2013, 02:07
- Has thanked: 189 times
- Been thanked: 565 times
Re: High-Res Card Image Downloader v. 1.1.0
by friarsol » 03 Oct 2014, 16:08
How does this interact with forge.profile.properties? I don't have enough room on my C drive for pictures, and so I have my existing ones on a separate disk drive. But when I goto run this I get prompted for 23k downloads, even though I already have most of those (from being mostly up to date with the LQ Set downloader).
Where does this actually download to?
Where does this actually download to?
- friarsol
- Global Moderator
- Posts: 7593
- Joined: 15 May 2010, 04:20
- Has thanked: 243 times
- Been thanked: 965 times
Re: High-Res Card Image Downloader v. 1.1.0
by KrazyTheFox » 04 Oct 2014, 17:05
I've added a couple issues in Github to remind myself to look into adding the quest and achievement images.drdev wrote:Any chance you can add support to this for loading quest images and achievement images? I'm having trouble downloading those in a usable format on my Android device. I always end up with quest opponents having no avatar picture.
Also, as a question, why require Java 8 for this? And is it going to break my Java development setup for Forge to try to upgrade to Java 8?
I decided to use Java 8 so I could leverage lambdas and other new features to make developing this faster. I wanted to spend more time playing Forge than I did downloading the images for it.

This should download to the same place as is specified in your forge.profile.properties file. I just went over the code again and there seems to be a logical error when determining whether or not to replace images. At the moment it looks like it'll actually replace all files that aren't HQ, even if you've told it not to replace any images (which is why it's downloading all 23k images). I'll look into fixing that soon.friarsol wrote:How does this interact with forge.profile.properties? I don't have enough room on my C drive for pictures, and so I have my existing ones on a separate disk drive. But when I goto run this I get prompted for 23k downloads, even though I already have most of those (from being mostly up to date with the LQ Set downloader).
Where does this actually download to?
Last edited by KrazyTheFox on 09 Nov 2014, 06:44, edited 1 time in total.
-
KrazyTheFox - Programmer
- Posts: 725
- Joined: 18 Mar 2014, 23:51
- Has thanked: 66 times
- Been thanked: 226 times
Re: High-Res Card Image Downloader v. 1.1.0
by nefigah » 19 Oct 2014, 03:52
My workaround for this was to point the program to a copy of my res/ directory wherein I deleted all the "edition" txt files except for those sets that I knew I didn't have HQ pics for yet. Seemed to work well!KrazyTheFox wrote:This should download to the same place as is specified in your forge.profile.properties file. I just went over the code again and there seems to be a logical error when determining whether or not to replace images. At the moment it looks like it'll actually replace all files that aren't HQ, even if you've told it not to replace any images (which is why it's downloading all 23k images). I'll look into fixing that soon.
Re: High-Res Card Image Downloader v. 1.1.0
by darknesscrysis » 08 Nov 2014, 10:54
I had trouble in linux to run it. Just to make it clearer only have to rename the .jar file to forgecardimagedownloader.jar
- darknesscrysis
- Posts: 6
- Joined: 14 Sep 2014, 10:17
- Has thanked: 0 time
- Been thanked: 0 time
Re: High-Res Card Image Downloader v. 1.1.0
by Hanmac » 11 Jan 2015, 09:26
i have trouble on linux too, i did rename it but i still get:
Error: Could not find or load main class net.krazyweb.forge.imagedownloader.Main
Error: Could not find or load main class net.krazyweb.forge.imagedownloader.Main
Re: High-Res Card Image Downloader v. 1.1.0
by KrazyTheFox » 11 Jan 2015, 18:02
darknesscrysis wrote:I had trouble in linux to run it. Just to make it clearer only have to rename the .jar file to forgecardimagedownloader.jar
I'll be working on these issues relatively soon. Work's been extremely busy over the end of the year and by the time I get home I don't feel like doing any more programming. We just wrapped stuff up (finally) so I should be getting back into the swing of coding things soon. I'll be revisiting the packaging of the application among other improvements when I pick this up again.Hanmac wrote:i have trouble on linux too, i did rename it but i still get:
Error: Could not find or load main class net.krazyweb.forge.imagedownloader.Main
-
KrazyTheFox - Programmer
- Posts: 725
- Joined: 18 Mar 2014, 23:51
- Has thanked: 66 times
- Been thanked: 226 times
Re: High-Res Card Image Downloader v. 1.2.0
by KrazyTheFox » 23 Jan 2015, 01:08
I've updated the program to be many times faster through the magic of multi-threading. I've also fixed the bugs mentioned in the last post (as far as I can test; please let me know if you still can't run it) as well as the bug where existing card images would be overwritten even if you've told it not to overwrite them. No real features this time around—I'm still trying to figure out how best to do tokens.
-
KrazyTheFox - Programmer
- Posts: 725
- Joined: 18 Mar 2014, 23:51
- Has thanked: 66 times
- Been thanked: 226 times
Re: High-Res Card Image Downloader v. 1.2.0
by tchiseen » 23 Jan 2015, 06:12
Yes, very nice. Now going 1.5mB/s instead of 200kB/s. Lovely. Also not overwriting cards that are there.
IMO should be built into Forge.
IMO should be built into Forge.
Re: High-Res Card Image Downloader v. 1.2.0
by VladVoivode » 24 Jan 2015, 19:10
This is a brilliant application and thanks and five mint Black Lotuses to KrazyTheFox for creating it. I installed it today, selected the required directories and in just minutes it downloaded everything. It's nice to see Fate Reforged with the actual artwork! 
























- VladVoivode
- Posts: 142
- Joined: 08 Jan 2013, 13:54
- Has thanked: 100 times
- Been thanked: 14 times
Re: High-Res Card Image Downloader v. 1.2.0
by karlo34 » 27 Jan 2015, 06:47
How can I locate the "res" folder in Mac? Thank you so much!
- karlo34
- Posts: 6
- Joined: 27 Jan 2015, 06:14
- Has thanked: 0 time
- Been thanked: 0 time
Re: High-Res Card Image Downloader v. 1.2.0
by xbon » 29 Jan 2015, 05:51
res folder is in the main folder of forge wherever you downloaded it... or it should be, not sure how it is for macs if it's different....karlo34 wrote:How can I locate the "res" folder in Mac? Thank you so much!
Wow, 1.2.0 is a massive performance boost, just sped through the downloads crazy fast. thanks again for making my redownload of forge painless

Re: High-Res Card Image Downloader v. 1.2.0
by TastetheJace » 07 Feb 2015, 00:54
Fantastic program! It's nice to view M15, C14, and Theros card images in Forge.
Anyone else having issue viewing Fate Reforged card images? The image downloader has DL'ed them to a FRF folder inside my current cardsfolder, with Highest Quality selected. All images show in my cardsfolder and are all named "cardname.full", like Abzan Advantage.full.
However, I cannot get the card images to show in Forge. LQ Set Pictures content downloader in Forge skips 188 items.
Any help would be most appreciative. Thanks!
Anyone else having issue viewing Fate Reforged card images? The image downloader has DL'ed them to a FRF folder inside my current cardsfolder, with Highest Quality selected. All images show in my cardsfolder and are all named "cardname.full", like Abzan Advantage.full.
However, I cannot get the card images to show in Forge. LQ Set Pictures content downloader in Forge skips 188 items.
Any help would be most appreciative. Thanks!
- TastetheJace
- Posts: 91
- Joined: 30 Jul 2012, 00:13
- Has thanked: 0 time
- Been thanked: 0 time
Re: High-Res Card Image Downloader v. 1.2.0
by motherofgod » 16 Feb 2015, 12:05
The path iskarlo34 wrote:How can I locate the "res" folder in Mac? Thank you so much!
- Code: Select all
/Applications/Forge.app/Contents/Resources/res
Cheers for the app, pretty neat!

- motherofgod
- Posts: 1
- Joined: 16 Feb 2015, 12:02
- Has thanked: 0 time
- Been thanked: 0 time
Re: High-Res Card Image Downloader v. 1.2.0
by sirgubster9 » 20 Feb 2015, 23:03
Is there a version of this program that would work on an android tablet or android phone? or is the best way to work with this to use the app on my computer and then transfer over the new sets by copying and pasting and what not?
- sirgubster9
- Posts: 1
- Joined: 20 Feb 2015, 23:00
- Has thanked: 0 time
- Been thanked: 0 time
Who is online
Users browsing this forum: No registered users and 27 guests