Mornox Tools

Image Dimension Calculator

Calculate aspect ratio, megapixels, print dimensions, and estimated file sizes for any image resolution. Supports multiple formats and DPI settings.

An image dimension calculator is a mathematical framework used to translate and convert digital image properties—such as pixel counts, aspect ratios, physical print sizes, and pixel density—into actionable data for photography, web design, and print media. Understanding how these dimensions interact is crucial because it bridges the gap between the digital canvas and the physical world, ensuring that a photograph looks just as crisp on a massive billboard as it does on a smartphone screen. By mastering image dimensions, you will learn the exact mathematics behind resolution, how to optimize file sizes without sacrificing quality, and how to navigate the complex standards that govern modern visual media.

What It Is and Why It Matters

At its absolute core, the mathematics of image dimensions represent the fundamental translation engine between the digital realm of discrete light points (pixels) and the physical realm of measurable distances (inches, centimeters, and meters). A digital image does not inherently possess physical dimensions; it is merely a grid of colored squares stored as binary data. To bring that image into the physical world—whether by printing it on a piece of paper or displaying it on a physical monitor—requires a conversion factor. This conversion factor dictates how densely those digital squares are packed into a physical space, a concept universally known as resolution. Without a rigorous system for calculating image dimensions, graphic designers, photographers, and engineers would be entirely unable to predict how their digital creations would manifest in reality.

The necessity of calculating these dimensions arises from the severe consequences of getting them wrong. If you attempt to print a digital image across a physical space that is too large for its pixel count, the output device must stretch the available data, resulting in a blurry, blocky phenomenon known as pixelation. Conversely, if a web developer uploads an image with vastly more pixels than a user's screen can display, the browser must expend unnecessary computational power and bandwidth to shrink the image, leading to sluggish website load times and wasted server costs. By accurately calculating image dimensions, professionals can perfectly match their digital assets to their intended output mediums. This guarantees maximum visual fidelity, optimal digital performance, and precise physical reproduction. Ultimately, mastering these calculations empowers you to control the exact visual experience of your audience, regardless of whether they are holding a magazine or scrolling through a mobile application.

History and Origin

The conceptual foundation of digital image dimensions dates back to the very dawn of computer science, specifically to 1957 when computer pioneer Russell Kirsch created the world’s first digital image. Working at the National Bureau of Standards, Kirsch developed a drum scanner and used it to digitize a photograph of his infant son. This seminal image was a mere 176 by 176 pixels, measuring 5 centimeters by 5 centimeters, which established an initial resolution of approximately 90 pixels per inch. This breakthrough proved that continuous-tone physical reality could be quantified into a discrete, calculable grid of digital information. However, the true need for complex dimension calculations did not arise until the desktop publishing revolution of the 1980s.

During the mid-1980s, the introduction of the Apple Macintosh, Aldus PageMaker software, and the Apple LaserWriter printer created an unprecedented bridge between digital screens and physical paper. The LaserWriter operated at a resolution of 300 dots per inch (DPI), while the Macintosh screen operated at 72 pixels per inch (PPI)—a number chosen specifically because it matched the 72 points-per-inch standard used in traditional typography. Suddenly, users needed a way to mathematically translate the 72 PPI screen representation to the 300 DPI print output. This discrepancy birthed the modern necessity of image dimension calculations. As digital photography exploded in the late 1990s and early 2000s, the industry introduced the "megapixel" (one million pixels) as a marketing metric to help consumers understand the capturing power of digital sensors. Today, as we navigate 4K monitors, Retina displays, and massive wide-format printers, the historical legacy of Kirsch's pixel grid and the Macintosh's 72-point typography standard still heavily influence the mathematics of visual reproduction.

Key Concepts and Terminology

To accurately calculate and manipulate image dimensions, you must first build a robust vocabulary of the underlying technical concepts. Without a precise understanding of these terms, the mathematics will appear arbitrary and confusing.

Pixels and Megapixels

A "pixel" (a portmanteau of "picture element") is the smallest controllable element of a digital image. It is a single, microscopic square of color information. When you view a digital image, you are looking at a massive mosaic of these squares. A "megapixel" is simply a unit of measurement representing one million pixels. If a camera captures an image that is 4,000 pixels wide and 3,000 pixels tall, the total pixel count is 12,000,000, which is expressed as 12 megapixels (12MP). Megapixels dictate the maximum physical size an image can be printed before it begins to lose quality.

PPI vs. DPI

These two terms are frequently conflated, but they mean entirely different things. "PPI" stands for Pixels Per Inch. It is the measure of pixel density on a digital display or the intended density of an image file before it is printed. It dictates how many digital squares are packed into one linear inch of space. "DPI," or Dots Per Inch, is a strictly mechanical printing term. It refers to the physical dots of ink a printer sprays onto a piece of paper. A printer might use several physical dots of ink (cyan, magenta, yellow, and black) to reproduce the color of a single digital pixel. Therefore, an image might be set to 300 PPI in software, but printed on a machine operating at 1200 DPI.

Aspect Ratio

The aspect ratio is the proportional relationship between the width and the height of an image, expressed as a ratio of two numbers separated by a colon (e.g., 16:9 or 4:3). It does not describe the actual size of the image in pixels or inches, only its shape. A 1920x1080 pixel image and a 3840x2160 pixel image both share the exact same 16:9 aspect ratio, meaning they are identical rectangles, even though the latter contains four times as much data.

Color Depth (Bit Depth)

Color depth refers to the amount of data used to represent the color of a single pixel. It is measured in bits. A 1-bit image can only show two colors (black and white). An 8-bit grayscale image can show 256 shades of gray. A standard digital color image uses 24-bit color (8 bits each for Red, Green, and Blue channels), allowing for 16,777,216 possible color variations per pixel. Color depth is a critical variable when calculating the uncompressed file size of a digital image.

How It Works — Step by Step

Understanding image dimensions requires mastering four fundamental mathematical formulas. These formulas dictate how we convert physical dimensions to digital dimensions, calculate megapixels, determine aspect ratios, and estimate raw file sizes.

Formula 1: Physical Size to Pixel Dimensions

To determine how many pixels you need to print an image at a specific physical size and a specific quality (PPI), use this formula: Pixels = Physical Dimension × PPI

Worked Example: You want to print an 8-inch by 10-inch photograph for a gallery exhibition. The industry standard for high-quality printing is 300 PPI.

  • Width Calculation: 8 inches × 300 PPI = 2,400 pixels.
  • Height Calculation: 10 inches × 300 PPI = 3,000 pixels.
  • Result: Your digital file must be exactly 2,400 pixels wide by 3,000 pixels tall to print a crisp 8x10 inch photo.

Formula 2: Calculating Megapixels

To determine the megapixel count of an image based on its pixel dimensions, use this formula: Megapixels = (Width in Pixels × Height in Pixels) / 1,000,000

Worked Example: You have a digital image that is 4,242 pixels wide and 2,828 pixels tall.

  • Total Pixels: 4,242 × 2,828 = 11,996,376 pixels.
  • Megapixel Conversion: 11,996,376 / 1,000,000 = 11.99.
  • Result: This is a 12 Megapixel (12MP) image.

Formula 3: Determining Aspect Ratio

To find the aspect ratio of an image, you must find the greatest common divisor (GCD) of the width and height, and divide both dimensions by that number. Aspect Ratio = (Width / GCD) : (Height / GCD)

Worked Example: You have an image that is 1920 pixels wide and 1080 pixels tall.

  • The greatest common divisor for 1920 and 1080 is 120.
  • Width: 1920 / 120 = 16.
  • Height: 1080 / 120 = 9.
  • Result: The aspect ratio is 16:9.

Formula 4: Calculating Uncompressed File Size

To calculate the raw, uncompressed file size of an image in memory (before JPEG or PNG compression is applied), use this formula: File Size (in Bytes) = (Width × Height × Number of Color Channels × Bit Depth per Channel) / 8 (Note: We divide by 8 because there are 8 bits in a byte).

Worked Example: You have a 24-bit RGB image (3 color channels: Red, Green, Blue, each at 8 bits) that is 3000 pixels wide and 2000 pixels tall.

  • Total Pixels: 3000 × 2000 = 6,000,000 pixels.
  • Total Bits: 6,000,000 pixels × 3 channels × 8 bits = 144,000,000 bits.
  • Convert to Bytes: 144,000,000 / 8 = 18,000,000 Bytes.
  • Convert to Megabytes (MB): 18,000,000 / 1,048,576 (since 1 MB = 1024^2 bytes) = 17.16 MB.
  • Result: The uncompressed file size is approximately 17.16 Megabytes.

Types, Variations, and Methods

The way we calculate and apply image dimensions varies drastically depending on the intended output medium. The two primary domains are Print Output and Digital/Web Output, and each requires a distinctly different mathematical approach.

In the print domain, physical dimensions (inches, centimeters) and pixel density (PPI) are the absolute rulers. When calculating for print, you always start with the physical size of the canvas and work backward to find the required pixels. Print is an unforgiving medium; if you do not have enough pixels to meet the 300 PPI standard, the physical ink dots will expose the lack of data, resulting in a blurry image. Furthermore, print calculations must account for "bleed"—an extra margin of image data (usually 0.125 inches on all sides) that extends beyond the final trim size to ensure no white edges remain after the paper is cut. Therefore, calculating an 8x10 inch print actually requires calculating an 8.25x10.25 inch image.

Digital and Web Output Calculations

In the digital domain, physical inches are entirely irrelevant. An image that is 1000 pixels wide will measure roughly 10 inches across on an old desktop monitor, but only 2 inches across on a modern high-density smartphone screen. Therefore, web developers calculate dimensions using absolute pixel values and CSS percentages. A major variation in digital calculations is the concept of Device Pixel Ratio (DPR). Modern "Retina" or high-DPI displays pack multiple physical screen pixels into the space of one software pixel to make text and images look sharper. A DPR of 2 means the screen uses a 2x2 grid of physical pixels (4 pixels total) to display a single CSS pixel. To prevent images from looking blurry on these displays, developers must calculate and provide images at double the intended display dimensions. If a web image is meant to display at 400x400 pixels, the actual image file provided must be exactly 800x800 pixels.

Video and Cinematic Calculations

Video dimension calculations rely heavily on standardized aspect ratios and fixed pixel grids rather than variable PPI. In video, dimensions are almost exclusively referred to by their vertical pixel count or a marketing shorthand. Standard High Definition (HD) is calculated at 1920x1080 pixels (a 16:9 aspect ratio). 4K Ultra High Definition (UHD) mathematically doubles both dimensions, resulting in 3840x2160 pixels. Cinematic calculations often introduce anamorphic variations, where the pixels themselves are not perfect squares but rectangles, requiring complex mathematical desqueezing during playback to calculate the correct final display dimensions.

Real-World Examples and Applications

To truly master these concepts, it is vital to see how these mathematical formulas are applied by professionals in real-world, high-stakes scenarios.

Scenario 1: The Billboard Advertisement

A graphic designer is tasked with creating an image for a highway billboard that measures 48 feet wide by 14 feet tall. A novice might panic, assuming they need an astronomical number of pixels. 48 feet is 576 inches. If they mistakenly applied the 300 PPI magazine standard, they would calculate a need for 172,800 pixels in width—an impossible file size. However, the expert designer knows that viewing distance alters resolution requirements. Because a billboard is viewed from hundreds of feet away, the human eye cannot distinguish fine details. The industry standard for highway billboards is actually between 10 and 15 PPI.

  • Calculation: 576 inches × 15 PPI = 8,640 pixels wide.
  • The designer only needs an image roughly 8,640 pixels wide, which is easily achievable with a modern 50-megapixel camera.

Scenario 2: Responsive Web Design

A web developer is building an e-commerce product page. The hero image needs to span the full width of a user's browser. The developer must calculate a "srcset" (a set of responsive images) to serve different file sizes to different devices, saving bandwidth.

  • Mobile device (viewport width 375 pixels, DPR of 3): The developer calculates 375 × 3 = 1125 pixels. They generate an image 1125 pixels wide.
  • Standard Laptop (viewport width 1440 pixels, DPR of 1): The developer generates an image 1440 pixels wide.
  • 4K Desktop (viewport width 2560 pixels, DPR of 2): The developer calculates 2560 × 2 = 5120 pixels. They generate an image 5120 pixels wide. By calculating these exact dimensions, the developer ensures that mobile users don't download a massive 5120-pixel file, saving megabytes of cellular data per page load.

Scenario 3: Fine Art Photography Printing

A photographer wants to sell a limited-edition fine art print of a landscape. They captured the image on a 24-megapixel camera, yielding a file that is 6000 pixels wide and 4000 pixels tall. The photographer wants to print it at the absolute highest quality possible on an Epson inkjet printer, which natively requires 360 PPI for optimal physical dot placement.

  • Maximum Width Calculation: 6000 pixels / 360 PPI = 16.66 inches.
  • Maximum Height Calculation: 4000 pixels / 360 PPI = 11.11 inches. The photographer now knows mathematically that they cannot offer a print larger than 16x11 inches without compromising their strict 360 PPI quality standard.

Common Mistakes and Misconceptions

The realm of image dimensions is fraught with historical misunderstandings and persistent myths that plague even experienced graphic designers and photographers.

The "72 DPI for Web" Myth

This is arguably the most pervasive misconception in digital imaging. Many people believe that before uploading an image to a website, they must open their photo editing software and change the image resolution to "72 DPI" to optimize it for screens. This is mathematically and functionally false. Digital screens do not care about the PPI/DPI metadata embedded in an image file; they only care about absolute pixel dimensions. An image that is 1000x1000 pixels saved at 72 PPI will display on a monitor at the exact same physical size, and take up the exact same file size, as an image that is 1000x1000 pixels saved at 3000 PPI. The PPI value is merely a dormant multiplier waiting for a physical printer to read it. Changing the PPI without changing the pixel dimensions does absolutely nothing to a web image.

Confusing Image Resizing with Image Resampling

Beginners frequently confuse resizing an image with resampling an image. Resizing simply changes the print instruction (the PPI) without altering the actual pixel data. If you have a 3000x3000 pixel image at 300 PPI, it prints at 10x10 inches. If you resize it to 150 PPI, it is still 3000x3000 pixels, but it will now print at 20x20 inches. No data was lost or gained. Resampling, on the other hand, permanently alters the pixel grid. If you resample that 3000x3000 image down to 1000x1000 pixels, the software mathematically deletes 8 million pixels. Understanding this distinction is critical to avoid accidentally destroying high-resolution original files.

The Megapixel Myth

Camera manufacturers have spent decades convincing consumers that more megapixels inherently equal a "better" image. This is a severe oversimplification. While a higher megapixel count does allow for larger physical prints, it does not guarantee better color accuracy, dynamic range, or low-light performance. In fact, packing 50 million pixels onto a small smartphone sensor means each individual pixel is microscopically small, capturing less light and potentially introducing digital noise. A 12-megapixel image from a professional full-frame camera with large physical pixels will almost always look vastly superior to a 108-megapixel image from a smartphone sensor.

Best Practices and Expert Strategies

Professionals who work with image dimensions daily rely on a strict set of best practices to ensure maximum quality, efficiency, and future-proofing of their digital assets.

Always Work Backwards from the Output

The golden rule of image dimensioning is to define the final output medium first. Never crop or resize an image until you know exactly where it is going. If the image is for a magazine cover, find out the exact physical trim size and the required PPI from the publisher, then calculate your required pixel dimensions. If the image is for an Instagram post, look up the current platform standard (e.g., 1080x1350 pixels for a portrait post). By establishing the target dimensions first, you prevent the need to upsample (enlarge) an image later, which irreparably damages image quality.

Maintain a Master File

Experts never overwrite their original, maximum-resolution files. When a photographer finishes editing a raw image, they export it as a full-resolution, uncompressed TIFF or high-quality JPEG. This is the "Master File." All dimension calculations and resizings are performed on duplicate copies of this master file. If a client needs a small web banner today and a massive billboard next year, the expert always returns to the master file to calculate and generate the new dimensions, ensuring they are always working with the maximum available data.

Use Smart Cropping for Aspect Ratios

When converting an image from one aspect ratio to another (e.g., turning a 3:2 photograph into a 16:9 video thumbnail), pixels must be discarded. Experts use non-destructive cropping tools that overlay the target aspect ratio grid onto the original image. They carefully calculate where to trim the image to maintain the focal point and adhere to the rule of thirds. They never stretch or squash an image to force it into a new aspect ratio, as altering the mathematical proportions of subjects (making people look unnaturally wide or thin) is a cardinal sin of graphic design.

Edge Cases, Limitations, and Pitfalls

While the standard mathematical formulas apply to 95% of use cases, there are specific edge cases where traditional dimension calculations break down or require significant modification.

Anamorphic and Non-Square Pixels

The most notable edge case is the existence of non-square pixels. In standard web and print calculations, we assume every pixel is a perfect 1:1 square. However, older video formats (like standard definition DVDs) and certain cinematic camera lenses use rectangular pixels. For example, a standard NTSC DVD has a fixed pixel dimension of 720x480. Mathematically, 720 divided by 480 is an aspect ratio of 3:2 (or 1.5). Yet, a DVD displays on a television at a 4:3 (1.33) or 16:9 (1.77) aspect ratio. This is achieved through a Pixel Aspect Ratio (PAR) calculation, where the playback device mathematically stretches the rectangular pixels horizontally or vertically to achieve the correct display dimensions. If you attempt to calculate physical display size without accounting for PAR, your image will appear severely distorted.

The Limits of Interpolation (Upscaling)

A major mathematical limitation occurs when you need an image to be larger than its original pixel dimensions. If you only have a 1000x1000 pixel image, but you calculate that you need 3000x3000 pixels for a print, you must use software to create new pixels—a process called interpolation. The software uses complex algorithms (like Bicubic or Lanczos) to guess what colors the new pixels should be based on their neighbors. However, mathematics cannot invent detail that was never captured by the camera lens. Upscaling an image by more than 150% to 200% will almost always result in a soft, blurry, "plastic" looking image, regardless of the algorithm used. The math of image dimensions dictates a hard ceiling on how far you can push a low-resolution file.

Extreme Panoramas and Software Limits

Another pitfall involves extreme aspect ratios, such as 360-degree panoramas or gigapixel architectural scans. These images can easily exceed 100,000 pixels in width. Many standard file formats and software programs have hard mathematical limits on image dimensions. For instance, a standard JPEG file cannot exceed 65,535 pixels in either width or height due to the 16-bit limitation of its dimension headers. If you calculate and attempt to save a panorama that is 70,000 pixels wide as a standard JPEG, the software will crash or corrupt the file. Professionals must recognize these format limitations and switch to specialized formats like PSB (Photoshop Big) or TIFF64 when their dimension calculations exceed standard parameters.

Industry Standards and Benchmarks

To function effectively in the digital arts, photography, or web development, you must memorize the mathematical benchmarks that govern these industries. These standards ensure interoperability and consistent quality across the globe.

  • High-End Print (Magazines, Art Books): 300 PPI is the undisputed global standard. At this density, the human eye cannot distinguish individual ink dots at a normal reading distance of 12 to 18 inches.
  • Fine Art Inkjet Printing (Giclée): 360 PPI or 720 PPI. Epson printers natively process data at 360/720 PPI, while Canon and HP printers generally process at 300/600 PPI. Matching your image dimensions to these native resolutions prevents the printer driver from having to mathematically resample the image on the fly.
  • Large Format (Posters, Banners): 150 to 200 PPI. Because posters are viewed from a few feet away, lower pixel density is acceptable.
  • Billboards: 10 to 30 PPI. Viewed from dozens or hundreds of feet away, high resolution is a waste of processing power.

Digital and Video Standards

  • Full HD Video (1080p): 1920 pixels wide by 1080 pixels tall (16:9 aspect ratio). Total megapixels: ~2.07MP.
  • 4K UHD Video: 3840 pixels wide by 2160 pixels tall (16:9 aspect ratio). Total megapixels: ~8.29MP.
  • Web Hero Images: Typically 1920 pixels wide for standard desktop displays, but highly optimized to keep file sizes under 500 Kilobytes.
  • Instagram Portrait: 1080 pixels wide by 1350 pixels tall (4:5 aspect ratio). This is the maximum vertical real estate allowed on the platform's feed.

Comparisons with Alternatives

When dealing with visual reproduction, calculating raster image dimensions is not the only approach. It is essential to understand how traditional pixel math compares to alternative technologies.

Raster Images vs. Vector Graphics

The image dimension calculations discussed in this guide apply exclusively to raster images (JPEGs, PNGs, TIFFs)—images made of a fixed grid of pixels. The primary alternative to raster math is vector graphics (SVG, EPS, AI files). Vector graphics do not use pixels. Instead, they use mathematical formulas (polygons, lines, curves, and coordinate points) to draw shapes. The massive advantage of vector graphics is that they are infinitely scalable. You do not need to calculate PPI or megapixel requirements for a vector logo; it will render perfectly sharp at 1 inch wide or 100 feet wide, and the file size will remain exactly the same (often just a few kilobytes). However, vector graphics cannot represent complex, continuous-tone imagery like photographs. Therefore, raster dimension calculations remain mandatory for photography, while vector math is superior for logos and typography.

Traditional Interpolation vs. AI Upscaling

Historically, if your dimension calculations revealed that your image was too small for your intended print size, your only alternative was traditional mathematical interpolation (e.g., Bicubic upsampling in Photoshop). This method simply averages the colors of neighboring pixels, resulting in blurry enlargements. Recently, AI-driven upscaling (such as Topaz Gigapixel or Adobe Super Resolution) has emerged as a powerful alternative. Instead of simple math, these tools use neural networks trained on millions of high-resolution images to actually "hallucinate" and generate missing details, textures, and edges. While traditional interpolation might safely enlarge an image by 150%, AI upscaling can often enlarge an image by 400% to 600% with startlingly realistic results. However, because the AI is inventing data, it can introduce bizarre artifacts or alter facial features, meaning traditional, exact-dimension capture is always preferable when possible.

Frequently Asked Questions

How do I know what physical size I can print my digital photo? To determine your maximum print size, divide your image's pixel dimensions by the desired print resolution (PPI). For high-quality prints, the standard is 300 PPI. If your image is 3000 pixels wide and 2400 pixels high, you divide 3000 by 300 to get 10 inches, and 2400 by 300 to get 8 inches. Therefore, your maximum high-quality print size is 8x10 inches. If you are willing to accept lower quality (e.g., 150 PPI for a wall poster), you could print that same file at 16x20 inches.

Why does my print look blurry even though my software says it is set to 300 PPI? This happens when you change the PPI setting without actually having enough underlying pixel data. If you take a tiny web image that is 300x300 pixels, and you change the resolution to 300 PPI and tell the printer to print it at 10x10 inches, the software has to invent 8.9 million pixels out of thin air to fill that space. The PPI is technically 300, but the data is entirely artificially generated (interpolated), resulting in a blurry, blocky mess. High PPI only guarantees a sharp print if you have the original, natively captured pixels to back it up.

Does changing the aspect ratio change the file size? Yes, changing the aspect ratio almost always changes the file size because it requires cropping (deleting) pixels. If you have a 4:3 image that is 4000x3000 pixels (12 million pixels total), and you crop it to a 16:9 aspect ratio to fit a TV screen, the new dimensions will be 4000x2250 pixels. The new image contains only 9 million pixels. Because you have permanently discarded 3 million pixels of data, the uncompressed file size will drop by exactly 25%.

Is 72 DPI required for images displayed on the internet? No, this is a persistent myth left over from the 1980s. Web browsers and digital screens completely ignore the DPI or PPI metadata embedded in an image file. A screen maps digital pixels directly to physical screen pixels. An image that is 800 pixels wide will take up exactly 800 pixels of space on a monitor, regardless of whether its internal metadata says it is 72 DPI, 300 DPI, or 1000 DPI. When preparing images for the web, you should solely focus on the absolute pixel width and height, and the file size in kilobytes.

How many megapixels do I actually need for a good camera? The number of megapixels you need depends entirely on your intended output. If your absolute largest intended output is a 4K digital display (which is roughly 8.3 megapixels) or an 8x10 inch physical print (which requires roughly 7.2 megapixels), then a 12-megapixel camera is more than sufficient for your needs. Higher megapixels (like 24MP, 45MP, or 60MP) are only mathematically necessary if you intend to print massive fine-art galleries, or if you need the ability to heavily crop into a small portion of the image while retaining enough pixels to still make a high-quality print.

Why are images on high-resolution (Retina) screens sometimes blurry, and how do I fix it? High-resolution screens (like Apple's Retina displays) have a Device Pixel Ratio (DPR) of 2 or 3, meaning they pack multiple physical pixels into the space of one software pixel. If a website tells a browser to display an image at 300x300 software pixels, a Retina screen will actually use a 600x600 physical pixel grid to draw it. If you only uploaded a 300x300 pixel image file, the browser must stretch it to fit the 600x600 physical grid, causing blurriness. To fix this, you must calculate the DPR multiplier and provide an image that is exactly twice the dimensions (600x600) of the intended display size.

Command Palette

Search for a command to run...