Results 1 to 10 of 60

Thread: [Award Winner] Bitmapped Images - The technical side of things explained.

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Default

    It's pretty easy if you remember what "dpi" actually means: "Dots per inch." Dots = pixels (sorta, but for these purposes it's close enough). So if you have A4, which is 8.3" x 11.7", you need to know how many "dots" (pixels) fit into that area. 300 dots per 8.3" is 300 x 8.3 = 2490. That's only if you can print all the way to the edge, though, so probably plan on losing at least half an inch in each direction, making it more like 7.8 x 11.2.

    7.8 x 300 = 2340
    11.2 x 300 = 3360

    Those would be your maximum pixel dimensions for A4 with a quarter-inch margin printed at 300dpi. You do have to make sure the printer driver honors that resolution, though. It may not be carried along in the metadata of the image for one reason or another, or the printer may ignore it. If the print resolution is not read from the file and you use some default, it may print at 100 dpi or even as low as 72 if the printer assumes an ancient Macintosh screen standard, resulting in a much larger print than you expected. If you force the printer to 300dpi mode, though, it should print at the expected size.

    Just make sure that the paper you're using can handle that ink load. Ordinary copy paper will be saturated at that resolution; colors will run, and the paper will warp.
    Bryan Ray, visual effects artist
    http://www.bryanray.name

  2. #2
    Guild Artisan damonjynx's Avatar
    Join Date
    Aug 2012
    Location
    Sydney, Australia
    Posts
    811

    Default

    Quote Originally Posted by Midgardsormr View Post
    wrote stuff....
    Thanks Bryan. That's very helpful, particularly the last part about paper stock.
    Glory is the reward of valour.

    My blog at: damonjynx.blogspot.com.au

    Finished Maps

  3. #3

    Default

    Quote Originally Posted by Midgardsormr View Post
    It's pretty easy if you remember what "dpi" actually means: "Dots per inch." Dots = pixels (sorta, but for these purposes it's close enough). So if you have A4, which is 8.3" x 11.7", you need to know how many "dots" (pixels) fit into that area. 300 dots per 8.3" is 300 x 8.3 = 2490. That's only if you can print all the way to the edge, though, so probably plan on losing at least half an inch in each direction, making it more like 7.8 x 11.2.

    7.8 x 300 = 2340
    11.2 x 300 = 3360
    But how does it translate into real size? what is 2340 pixels in cm? If dpi scales the actual width and height size, what is the reason for choosing it anyway, if i can just make default 72 dpi and make dimensions larger putting what i want in pixels.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •