It is currently 13 Aug 2025, 20:41
   
Text Size

Promo and Box Set Cards

Discuss Card Scans and Other Artwork Here

Moderator: CCGHQ Admins

Re: Promo and Box Set Cards

Postby Ark » 05 Sep 2012, 13:53

extreme wrote:hmmm, I think the dark parts should stay dark and non-reflective, just in the real cards. Overlay blending mode in Photoshop should achieve that.
You can't pick a blending mode for PNGs the way I'm using them. The web browser will just use normal blending.
Maybe in CSS 4 :)
User avatar
Ark
Programmer
 
Posts: 350
Joined: 16 Jul 2008, 04:29
Has thanked: 10 times
Been thanked: 103 times

Re: Promo and Box Set Cards

Postby extreme » 05 Sep 2012, 19:52

oh, it's directly on the web !
SCANNING HOW-TO: viewtopic.php?f=15&t=451
User avatar
extreme
HQ Team Member
 
Posts: 2794
Joined: 18 Jan 2007, 14:38
Has thanked: 111 times
Been thanked: 562 times

Re: Promo and Box Set Cards

Postby Ark » 05 Sep 2012, 20:00

Yes :-)
I use the original images, with this CSS to add the rounded borders back in:
Code: Select all
border: solid 5px #000;
border-radius: 9px;
And then a bit of javascript to position the 2nd image with the foil overlay, directly on top of the card image.
User avatar
Ark
Programmer
 
Posts: 350
Joined: 16 Jul 2008, 04:29
Has thanked: 10 times
Been thanked: 103 times

Re: Promo and Box Set Cards

Postby extreme » 05 Sep 2012, 23:12

that is very cool indeed :)
SCANNING HOW-TO: viewtopic.php?f=15&t=451
User avatar
extreme
HQ Team Member
 
Posts: 2794
Joined: 18 Jan 2007, 14:38
Has thanked: 111 times
Been thanked: 562 times

Re: Promo and Box Set Cards

Postby capthauq » 07 Sep 2012, 13:42

Here's a scan of FNM Despise!
Attachments
Despise.png
capthauq
 
Posts: 3
Joined: 22 Jan 2010, 02:44
Has thanked: 0 time
Been thanked: 7 times

Re: Promo and Box Set Cards

Postby skibulk » 07 Sep 2012, 18:26

Nyth wrote:
skibulk wrote:The foils in this batch have a slightly gray/red cast as compared to the last batch? We're still glad to have em. Thanks guys!
Hi skibulk, which of these would you like me to try again with? Some of the newer foils are problematic and truly difficult at capturing correctly but I can always try some more variations to see if a better result is possible.

Also, Wizards have changed their foiling process a few times in the past year for different promo series and I believe that some of these series are now becoming easier to scan whereas others are becoming harder.

Look forward to your feedback skibulk, and I'll make another attempt.
I like Ancient Grudge and Gather the Townsfolk from the previous batch - they're perfect! We don't have to make everything flawless all the time but when something is almost perfect it makes me feel all shiny inside.

Both have watermarks which are nearly white. The foiling should ideally come through as white as possible - see the fog in the artwork for Ancient Grudge. Even the crackle texture on the red frame glows. If you care to revisit some of these, I'd recommend the following: Killing Wave, Sneak Attack, Sword of Light and Shadow, Command Tower.

This is desirable for two reasons: 1 - The glowing appearance makes the foil stand apart from the non-foil versions. 2 - A faux foil or layered image is easier to construct / looks more accurate when built upon great scans (as Ark is doing above). Layering over a dull scan produces a muddy gray result. We want something with high contrast lights and darks for foiling, as explained next.

Here's an alternate pre-foiled frame I created for use with our HQCG. When I find time someday I'll finish them. A few things make these stand out from Arc's overlay method (Not that he should change his, they work exactly as intended). 1 - the frame, name, and type boxes have white hilights that mimic foil reflection. Even along the top and bottom there are white reflective chunks (Like the crackle glow on Ancient Grudge's Frame). 2 - the image has very dark areas that are not overlayed by the rainbow effect. An overlay without proper blending would yield a muddy dark gray instead. 3 - The type would be overlaid on top of, not underneath the rainbow effect, resulting in a pure black text (Text is never foiled on a real card).

Image
User avatar
skibulk
HQ Team Member
 
Posts: 995
Joined: 19 Jul 2010, 20:34
Location: Northeast USA
Has thanked: 379 times
Been thanked: 335 times

Re: Promo and Box Set Cards

Postby skibulk » 07 Sep 2012, 18:29

Oh and here's proof that some English Salvat cards do exist (Not only as renders).

Image
User avatar
skibulk
HQ Team Member
 
Posts: 995
Joined: 19 Jul 2010, 20:34
Location: Northeast USA
Has thanked: 379 times
Been thanked: 335 times

Re: Promo and Box Set Cards

Postby Ark » 07 Sep 2012, 19:10

skibulk, if you have a better overlay image, or know of a way to blend the overlay in web browsers on the fly better than the normal default alpha channel blending, I'd love to change the way my site displays foils :)
User avatar
Ark
Programmer
 
Posts: 350
Joined: 16 Jul 2008, 04:29
Has thanked: 10 times
Been thanked: 103 times

Re: Promo and Box Set Cards

Postby Mahamoti » 07 Sep 2012, 20:28

skibulk wrote:...some English Salvat cards do exist...
http://www.slightlymagic.net/forum/viewtopic.php?p=13038#p13038
User avatar
Mahamoti
Promos/Tokens Master
 
Posts: 421
Joined: 08 May 2007, 13:27
Has thanked: 311 times
Been thanked: 44 times

Re: Promo and Box Set Cards

Postby skibulk » 07 Sep 2012, 21:17

Ark wrote:skibulk, if you have a better overlay image, or know of a way to blend the overlay in web browsers on the fly better than the normal default alpha channel blending, I'd love to change the way my site displays foils :)
Doing this with CSS alone would be impossible I think. Some type of javascript that enables Photoshop Overlay-type functionality would be required. Also the ability to gently "force through" the deep blacks and bright whites. I don't have said script though.
User avatar
skibulk
HQ Team Member
 
Posts: 995
Joined: 19 Jul 2010, 20:34
Location: Northeast USA
Has thanked: 379 times
Been thanked: 335 times

Re: Promo and Box Set Cards

Postby Ark » 08 Sep 2012, 02:51

I searched Google and it looks like a blend-mode parameter for CSS is in the distance future, and would allow a "blend-mode: overlay;" kinda thing, eventually. Not just now though..
User avatar
Ark
Programmer
 
Posts: 350
Joined: 16 Jul 2008, 04:29
Has thanked: 10 times
Been thanked: 103 times

Re: Promo and Box Set Cards

Postby A.R. » 09 Sep 2012, 13:02

By the way, does anybody have Italian Junior League Oversized Promos in HQ?

On http://www.magiclibrarities.net/252-rar ... -2007.html they are too small for oversized cards.

Thanks!
A.R.
 
Posts: 121
Joined: 12 Jun 2008, 13:22
Has thanked: 52 times
Been thanked: 11 times

Re: Promo and Box Set Cards

Postby extreme » 10 Sep 2012, 11:34

Image

thks capthauq
SCANNING HOW-TO: viewtopic.php?f=15&t=451
User avatar
extreme
HQ Team Member
 
Posts: 2794
Joined: 18 Jan 2007, 14:38
Has thanked: 111 times
Been thanked: 562 times

Re: Promo and Box Set Cards

Postby Yannick » 10 Sep 2012, 14:24

I'm looking for Umezawa's Jitte (Grand Prix Promos [GPX]) pic.
Yannick
 
Posts: 22
Joined: 12 Jun 2008, 17:55
Has thanked: 1 time
Been thanked: 0 time

Re: Promo and Box Set Cards

Postby Ark » 10 Sep 2012, 15:34

User avatar
Ark
Programmer
 
Posts: 350
Joined: 16 Jul 2008, 04:29
Has thanked: 10 times
Been thanked: 103 times

PreviousNext

Return to Pictures

Who is online

Users browsing this forum: No registered users and 15 guests

Main Menu

User Menu

Our Partners


Who is online

In total there are 15 users online :: 0 registered, 0 hidden and 15 guests (based on users active over the past 10 minutes)
Most users ever online was 7303 on 15 Jul 2025, 20:46

Users browsing this forum: No registered users and 15 guests

Login Form