#CardFrame
Explore tagged Tumblr posts
super-kristuff · 9 months ago
Text
Tumblr media
Daily Doodle - Agility Token
Ok, I took another crack at making an agility token for Flesh and Blood. I think the art is much better this time? I kind of just traced an image of sonic from the interwebs, but also, I was trying to copy the style of this pokemon post I reblogged earlier. It had this cute paper-cutout feel that I felt I could replicate easily, and I did! So, considering this entire thing was a bit of a personal project, I'm not bothered by the corners I've cut. I've also had a bit of a long day, so you should all feel sympathy for the immense challenges I've overcome to produce this niche FaB/Sonic/SnapCube fanart.
Also, here's the old token and the art used for this sans-cardframe.
Enjoy!
Tumblr media Tumblr media
(Actually I had to change the image size and also changed the stars to be less blurry. So, not quite the card art. Again, you're all feeling sympathy for me, so you'll let this slide.)
8 notes · View notes
mrcatfishing · 1 year ago
Text
Tumblr media
Hard at work on my next custom proxy MTG deck, this one Dunmeshi themed. Wish I could get the nickname treatment on more cardframe styles, but when I don't need a nickname it works out pretty well. (Saw this panel while wiki crawling, haven't actually read this far yet!)
4 notes · View notes
verycoolcardgames · 1 year ago
Text
Tumblr media
Found a template pack for the Star Wars Unlimited cardframes on Discord. This is seriously cutting down time spent on development of the card maker!
0 notes
saskle · 4 years ago
Photo
Tumblr media
Another card frame I did for the Karuta Discord bot, this time designed after a Ming dynasty vase. Painting the flower motifs was mu favorite part to do! :D
3 notes · View notes
baerthe · 2 years ago
Text
Tumblr media Tumblr media Tumblr media
These are pretty old, made years ago, but now available for free download on my ko-fi. They are based on Amonkhet and I designed up the frames and art for them.
27 notes · View notes
jacob-cs · 8 years ago
Text
Android wear 개발방법(Creating Cards)
original source : http://www.androiddocs.com/training/wearables/ui/cards.html
Creating Cards
The Wearable UI Library provides implementations of cards specifically designed for wearable devices. This library contains the CardFrame class, which wraps views inside a card-styled frame. CardFrame can only contain one direct child, 어떤 fragment가 cardFrame안에 들어갈지는 layout manager를 통해 결정한다.  
You can add cards to your app in two ways:
Use or extend the CardFragment class.
Add a card inside a CardScrollView in your layout.
Note: This lesson shows you how to add cards to Android Wear activities. Android notifications on wearable devices are also displayed as cards. For more information, see Adding Wearable Features to Notifications. 
Create a Card Fragment
To add a CardFragment to your app:
In your layout, assign an ID to the element that contains the card
Create a CardFragment instance in your activity
Use the fragment manager to add the CardFragment instance to its container
<android.support.wearable.view.BoxInsetLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:background="@drawable/robot_background" android:layout_height="match_parent" android:layout_width="match_parent">    <FrameLayout        android:id="@+id/frame_layout"        android:layout_width="match_parent"        android:layout_height="match_parent"        app:layout_box="bottom">    </FrameLayout> </android.support.wearable.view.BoxInsetLayout>
The following code adds the CardFragment instance to the activity in Figure 1:
protected void onCreate(Bundle savedInstanceState) {    super.onCreate(savedInstanceState);    setContentView(R.layout.activity_wear_activity2);    FragmentManager fragmentManager = getFragmentManager();    FragmentTransaction fragmentTransaction = fragmentManager.beginTransaction();    CardFragment cardFragment = CardFragment.create(getString(R.string.cftitle),                                                    getString(R.string.cfdesc),                                                    R.drawable.p);    fragmentTransaction.add(R.id.frame_layout, cardFragment);    fragmentTransaction.commit(); }
To create a card with a custom layout using CardFragment, extend this class and override its onCreateContentView method.
Add a CardFrame to Your Layout
You can also add a card directly to your layout definition,
<android.support.wearable.view.BoxInsetLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:background="@drawable/robot_background" android:layout_height="match_parent" android:layout_width="match_parent">    <android.support.wearable.view.CardScrollView        android:id="@+id/card_scroll_view"        android:layout_height="match_parent"        android:layout_width="match_parent"        app:layout_box="bottom">        <android.support.wearable.view.CardFrame            android:layout_height="wrap_content"            android:layout_width="fill_parent">            <LinearLayout                android:layout_height="wrap_content"                android:layout_width="match_parent"                android:orientation="vertical"                android:paddingLeft="5dp">                <TextView                    android:fontFamily="sans-serif-light"               ��    android:layout_height="wrap_content"                    android:layout_width="match_parent"                    android:text="@string/custom_card"                    android:textColor="@color/black"                    android:textSize="20sp"/>                <TextView                    android:fontFamily="sans-serif-light"                    android:layout_height="wrap_content"                    android:layout_width="match_parent"                    android:text="@string/description"                    android:textColor="@color/black"                    android:textSize="14sp"/>            </LinearLayout>        </android.support.wearable.view.CardFrame>    </android.support.wearable.view.CardScrollView> </android.support.wearable.view.BoxInsetLayout>
@Override protected void onCreate(Bundle savedInstanceState) {    super.onCreate(savedInstanceState);    setContentView(R.layout.activity_wear_activity2);    CardScrollView cardScrollView =        (CardScrollView) findViewById(R.id.card_scroll_view);    cardScrollView.setCardGravity(Gravity.BOTTOM); }
0 notes
chiyuart · 4 years ago
Photo
Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media
EMERGENCY COMMISSIONS ARE OPEN!!
Due to some unforseen circumstances i’m in quite a financial predicament and i frankly refuse to burden my parents with it- so Emergency Commissions it is!
NEW!!
Now you can not only commission Chibis, but also Genshin Character Cards for your very own OC! Be aware Portrait will be in the Genshin Artstyle and will only come with the cardframe/background, not seperate.  
Please be aware of the possible added fees depending on your commission!
A refund will be given if I’m unable to finish said commission.
Feel free to look through my Portfolio!
Artstation
Deviantart
19 notes · View notes
markrosewater · 6 years ago
Note
If enchantnent creatures return in a non-theros setting, would they get a new unique frame or would they be more likely to just use the normal cardframe?
Probably a new frame as the Theros frame is very Nyx-y.
30 notes · View notes
tulysarah · 5 years ago
Text
Crafting in corona days and going back to my first love...
I was inspired by this idea from a friend's friend, which mean we all are connected and can be inspired by someone we dont even know of...happy crafting!
#happycrafting #crafting #craftsfromscraps #craftsfromscratch #handicrafts #handcrafted #wallhanging #walldecoration #walldecor #pictureframe #cardholder #cardframe #Rongtulyarts #rongtulyartsandcrafts #colorful #håndværk #kunsthåndværk #kunstneriDanmark #kunstikøbenhavn #kunst
https://www.instagram.com/p/B-W-gU3Fmkl/?igshid=1id8n6gzy2dn5
Tumblr media
0 notes
highqueenseleni · 7 years ago
Photo
This cardframe makes my head hurt, not sure if I like it or no, it is just different that my brain is refusing to process it. 
Tumblr media
Introducing the new Saga enchantments from Dominaria! Freaky! (Source)
352 notes · View notes
niuttuc · 6 years ago
Note
Why do you use that hideous cardframe? It looks absolutely horrible.
Oh, hey, you're back friend!
0 notes
hypetokyo · 7 years ago
Photo
Tumblr media
Gundam Build Divers High Grade 1/144 Plastic Model : GBN- Card Frame #gundambuilddivers #cardframe #highgrade #gundam #gunpla #hypetokyo https://www.instagram.com/p/BoQFfy4Btfj/?utm_source=ig_tumblr_share&igshid=nyrxt1tt5y6e
10 notes · View notes
baerthe · 2 years ago
Text
The Diamond
Tumblr media Tumblr media
An art card inspired one of the single most expensive mox cards, said to be "a ladies' best friend." Done in 8k in Illustrator, downscale in photoshop to 4k for the wallpaper version and 300ppi for the card version. Sort of Phyrexian inspired, a bit of art deco in there.
❔ Physical prints sent out to supporter members who supported in April 2023.
📝 Sketched in CSP for Android, Inked and Vectorized in Adobe Illustrator (on windows), Finalized and Colored then Rendered in Adobe Photoshop (on windows).
16 notes · View notes
baerthe · 2 years ago
Text
Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media
Wave Basics. Made in like (uhh..) 2019 or something...
Just released a pack of 5 basic lands in both uncut and cut form on my ko-fi for free! Anyone can download and use these how they want! An exploration in representative basic lands in a sort of sci-fi simplified art and frame. Download > https://ko-fi.com/s/1797ad6c56 Created in part thanks to the support of my ko-fi members. Though this card was initially done thanks to my older patreon supporters before we switched. 📝 Frame, art, concept, and icons made in Adobe Illustrator.
16 notes · View notes
baerthe · 2 years ago
Text
Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media
The Multiverse.
A series of 18 cards that I did over a larger period of time, about two years, doing both the fancy frame and art. The idea was to explore a conceptual multiverse of lands. They space a series of legendary lands and "sac lands." Created in part thanks to the support of my ko-fi members. Though this frame was initially done thanks to my older patreon supporters before we switched. Most of the art is also on InkedGaming as playmats, mousepads, etc.
‼️These are available FOR FREE to download and use: https://ko-fi.com/s/55c9e10019
The frame was mostly made in Illustrator, whilst the art was done entirely as photo-composites in Photoshop.
Includes Lands:
Nykthos, Shrine to Nyx
Lotus Field
Serra's Sanctum
Minamo, School at Water's Edge
Urborg, Tomb of Yawgmoth
Shinka, the Bloodsoaked Keep
Gaea's Cradle
Cavern of Souls
Arid Mesa
Bloodstained Mire
Flooded Strand
Marsh Flats
Misty Rainforest
Polluted Delta
Scalding Tarn
Verdant Catacombs
Windswept Heath
Wooded Foothills
Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media
10 notes · View notes
baerthe · 2 years ago
Text
Tumblr media Tumblr media
A little bit of art inspired one of the wildest cards ever printed for the world's oldest trading card game; just gotta pay the X. For this piece I wanted to invoke but a sense of scale but a sense of relatability to that scale; it's supposed to look big but manageable, like some rare artifact that it is. Of course, it is also compleated 😃
❔ Cards sent out to supporter members in March 2023. Full res of both are on my ko-fi.
💥 Feel free to use this for non-profit personal use, other use-cases are not allowed.
📝 Sketched in CSP on Android, Inked and Vectorized in Adobe Illustrator, Finalized and Colored then Rendered in Adobe Photoshop.
13 notes · View notes