| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
This section is a work in progress (your feedback helps!).
See the Card_Maker.pdf (manual) included with every release for much more information.
This is a common issue users face when creating a new layout.
Questions you need answers to before continuing:
If you do not know how to answer the second question I would strongly recommend you assume 300DPI. This is a standard DPI that most printers should be able to output. If you plan to export to PDF for sharing/printing 300DPI will also work fine and give you fine quality output.
You will need to calculate the width and height based in the size and DPI.
Pixel width = (width of card in inches) x DPI
Pixel height = (height of card in inches) x DPI
Poker cards are 2.5" wide and 3.5" high.
So with a DPI of 300:
750 = 2.5 x 300
1050 = 3.5 x 300
Good Luck!
| Back | FazBrowse Home | New Git URL |