{"id":1021,"date":"2026-07-23T09:13:00","date_gmt":"2026-07-23T13:13:00","guid":{"rendered":"https:\/\/www.xconvert.com\/blog\/?p=1021"},"modified":"2026-06-27T02:17:51","modified_gmt":"2026-06-27T06:17:51","slug":"resize-or-crop-a-tiff-image","status":"publish","type":"post","link":"https:\/\/www.xconvert.com\/blog\/resize-or-crop-a-tiff-image","title":{"rendered":"Resize or Crop a TIFF Image: Pixels, DPI &#038; Aspect Ratio"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">A print shop needs your photo at exactly 2400 \u00d7 3000 pixels; a web template wants a 1200 px-wide hero; a scanned form has a wide margin you need gone. All three are <em>resize or crop<\/em> jobs on a TIFF \u2014 and people get nervous because TIFF is usually the <strong>master<\/strong> copy and \u201clossless\u201d is the whole reason it exists. The honest version: changing pixel dimensions or cutting to a region <strong>does change the pixel data<\/strong> \u2014 that\u2019s what resizing and cropping <em>mean<\/em> \u2014 but unlike re-saving a JPEG, it adds <strong>no blocky compression artifacts<\/strong>, because TIFF stores the new pixels losslessly. This guide covers the difference between resizing and cropping, when to lock aspect ratio, and how DPI relates to pixels for print. We verified the resampling behavior and the print math against image-scaling and printing references.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Quick answer:<\/strong> <strong>Resizing<\/strong> changes the pixel dimensions of the whole image (e.g. 4000\u00d73000 \u2192 1200\u00d7900); <strong>cropping<\/strong> cuts the image down to a rectangular region (e.g. trim the margins). Both <strong>rewrite the pixel grid<\/strong> \u2014 resizing <em>resamples<\/em> (invents new pixel values by interpolation), cropping <em>discards<\/em> the pixels outside the box \u2014 so neither is \u201clossless\u201d in the no-change sense. But because TIFF saves the result with <strong>lossless LZW\/ZIP compression<\/strong>, there are <strong>no JPEG-style artifacts<\/strong>. Lock aspect ratio when resizing to avoid stretching; for print, set the <strong>pixel dimensions = print inches \u00d7 DPI<\/strong> (300 DPI is the photo standard).<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Jump to a section<\/h2>\n\n\n\n<ul class=\"wp-block-list\"><li><a href=\"#resize-vs-crop\">Resize vs crop: two different operations<\/a><\/li><li><a href=\"#quality\">Does resizing or cropping a TIFF lose quality?<\/a><\/li><li><a href=\"#aspect\">Aspect ratio: when to lock it, when to break it<\/a><\/li><li><a href=\"#dpi\">DPI vs pixel dimensions for print<\/a><\/li><li><a href=\"#tool\">Resize or crop a TIFF on xconvert<\/a><\/li><li><a href=\"#faq\">FAQ<\/a><\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"resize-vs-crop\">Resize vs crop: two different operations<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">People say \u201cmake it smaller\u201d for both, but resizing and cropping change the image in fundamentally different ways.<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Resize (scale)<\/strong> changes the <strong>pixel dimensions of the whole image<\/strong> \u2014 the entire picture stays, rendered onto a new, larger or smaller grid of pixels. A 4000 \u00d7 3000 photo resized to 1200 \u00d7 900 keeps every part of the scene; there are just fewer pixels describing it.<\/li><li><strong>Crop<\/strong> changes the <strong>field of view<\/strong> \u2014 you cut out a rectangular region and discard everything outside it. The pixels that remain are untouched. Cropping a 4000 \u00d7 3000 photo to the central 2000 \u00d7 1500 keeps those pixels at full fidelity but loses the surrounding scene.<\/li><\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">A way to remember it: <strong>resize keeps the content and changes the resolution; crop keeps the resolution and changes the content.<\/strong> You often do both \u2014 crop to the composition you want, then resize to the final pixel dimensions a template or print size requires.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"quality\">Does resizing or cropping a TIFF lose quality?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">This is where precision matters, because \u201cTIFF is lossless\u201d makes people expect resizing to be a free lunch. It isn\u2019t \u2014 but the loss is not the kind JPEG inflicts.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Resizing resamples the image.<\/strong> Scaling a raster image generates a new image with a different number of pixels, and the software <strong>interpolates<\/strong> new pixel values from the old ones. Common algorithms are <strong>nearest-neighbor<\/strong> (sharp, for pixel art), <strong>bilinear<\/strong>, <strong>bicubic<\/strong> (a good general default), and <strong>Lanczos<\/strong> (high quality for photos). Two consequences follow:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Downscaling<\/strong> (making it smaller) discards detail \u2014 the article on image scaling notes this \u201cusually results in a visible quality loss.\u201d You\u2019re throwing away information that fewer pixels can\u2019t hold. The result still looks clean; it just has less detail than the original.<\/li><li><strong>Upscaling<\/strong> (making it bigger) <strong>cannot recover detail that was never captured.<\/strong> Interpolation invents plausible in-between pixels, but it can\u2019t add real resolution. Enlarging a small TIFF makes it soft, not sharp.<\/li><\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Cropping discards the pixels outside the box<\/strong> but doesn\u2019t resample the ones it keeps \u2014 those stay bit-for-bit identical. So a pure crop is \u201clossless\u201d for what remains, but you\u2019ve permanently lost the cropped-away region.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Now the reason TIFF is the right format for this: <strong>none of this adds compression artifacts.<\/strong> Re-saving a JPEG runs lossy DCT compression that introduces blocking, ringing, and color smearing every time \u2014 see <a href=\"https:\/\/www.xconvert.com\/blog\/why-is-my-jpeg-blurry-after-saving\/\">why a JPEG goes blurry after saving<\/a>. A TIFF saved with <strong>LZW<\/strong> or <strong>ZIP\/Deflate<\/strong> compression is <strong>truly lossless<\/strong>: the stored pixels are exactly the pixels the resize\/crop produced, with nothing thrown away by the <em>format<\/em>. So the only change is the intended one \u2014 never the muddy artifacts of repeated lossy saving. If your goal is purely a smaller file rather than smaller dimensions, keep the pixels and compress instead: see <a href=\"https:\/\/www.xconvert.com\/blog\/reduce-tiff-file-size-without-losing-quality\/\">reduce TIFF file size without losing quality<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In short: resizing and cropping change the pixel data on purpose, so they aren\u2019t \u201cno change at all\u201d \u2014 but TIFF carries the result losslessly, so they don\u2019t <em>degrade<\/em> it the way a lossy re-save would.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"aspect\">Aspect ratio: when to lock it, when to break it<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Aspect ratio is the proportion of width to height (4:3, 3:2, 16:9, 1:1). Getting it wrong is the most common resizing mistake.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Lock the aspect ratio when resizing<\/strong> in almost every case. If you scale width and height by <em>different<\/em> factors, the image <strong>stretches<\/strong> \u2014 faces widen, circles become ovals. Locking (also called \u201cconstrain proportions\u201d or \u201cmaintain aspect ratio\u201d) ties the two dimensions together: set the width and the height follows automatically, so the picture only ever gets uniformly smaller or larger. Resizing a 4000 \u00d7 3000 (4:3) image to 1200 wide gives 900 tall automatically \u2014 no distortion.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Break the aspect ratio with a crop, not a stretch.<\/strong> When you genuinely need a <em>different<\/em> shape \u2014 a square 1:1 thumbnail from a 4:3 photo, or a 5\u00d77 print from a 3:2 camera frame \u2014 don\u2019t squash the image to fit. <strong>Crop<\/strong> to the new ratio instead. That removes content from the edges but keeps everything that remains correctly proportioned. The alternative, letting a print lab auto-fit a mismatched ratio, gives you white bars, an automatic crop through someone\u2019s forehead, or a stretched image. The cleanest solution is to crop to the exact ratio you\u2019re ordering before you upload, so you stay in control of the composition.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">So: <strong>resize within a ratio (locked) to change size; crop to change the ratio.<\/strong> Stretching to change the ratio is almost never what you want.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"dpi\">DPI vs pixel dimensions for print<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">For anything that ends up on screen, <strong>pixel dimensions are the only thing that matters<\/strong> \u2014 a 1200 px-wide image is 1200 px wide regardless of any DPI tag. DPI\/PPI only becomes meaningful when you <strong>print<\/strong>, where it sets the <em>physical size<\/em> the pixels are spread across.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The relationship is a simple multiplication:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Pixels = print size in inches \u00d7 DPI<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">So at the photo-print standard of <strong>300 DPI<\/strong>:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>Print size<\/th><th>Pixels needed at 300 DPI<\/th><\/tr><\/thead><tbody><tr><td>4 \u00d7 6 in<\/td><td>1200 \u00d7 1800<\/td><\/tr><tr><td>5 \u00d7 7 in<\/td><td>1500 \u00d7 2100<\/td><\/tr><tr><td>8 \u00d7 10 in<\/td><td>2400 \u00d7 3000<\/td><\/tr><tr><td>8.5 \u00d7 11 in (letter)<\/td><td>2550 \u00d7 3300<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">300 DPI is the standard for high-quality photo prints and albums; large-format pieces viewed from a distance (banners, posters) are fine at <strong>150\u2013200 DPI<\/strong>. The practical implication: <strong>resize to the pixel count the table demands, not to a DPI number.<\/strong> Changing only the DPI metadata without changing the pixels adds no real detail \u2014 it just relabels how big the existing pixels print. If your TIFF lacks the pixels for the print size at 300 DPI, upscaling won\u2019t truly fix it; you accept a lower effective DPI or re-scan larger.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For scanned documents, where the right <em>format<\/em> matters as much as the dimensions, see <a href=\"https:\/\/www.xconvert.com\/blog\/tiff-vs-png-scanned-documents\/\">TIFF vs PNG for scanned documents<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"tool\">Resize or crop a TIFF on xconvert<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The <a href=\"https:\/\/www.xconvert.com\/resize-tiff\">xconvert TIFF resizer<\/a> handles the resize step in the browser with no software to install, and saves the result as a lossless TIFF. Here\u2019s the flow:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1600\" height=\"1250\" src=\"https:\/\/www.xconvert.com\/blog\/wp-content\/uploads\/2026\/06\/step-01-control-59.png\" alt=\"Add your TIFF, then resize by exact pixels (e.g. 2400 x 3000) or by percentage\" class=\"wp-image-1323\" srcset=\"https:\/\/www.xconvert.com\/blog\/wp-content\/uploads\/2026\/06\/step-01-control-59.png 1600w, https:\/\/www.xconvert.com\/blog\/wp-content\/uploads\/2026\/06\/step-01-control-59-300x234.png 300w, https:\/\/www.xconvert.com\/blog\/wp-content\/uploads\/2026\/06\/step-01-control-59-1024x800.png 1024w, https:\/\/www.xconvert.com\/blog\/wp-content\/uploads\/2026\/06\/step-01-control-59-768x600.png 768w, https:\/\/www.xconvert.com\/blog\/wp-content\/uploads\/2026\/06\/step-01-control-59-1536x1200.png 1536w\" sizes=\"auto, (max-width: 1600px) 100vw, 1600px\" \/><\/figure>\n\n\n\n<ol class=\"wp-block-list\"><li>Open <a href=\"https:\/\/www.xconvert.com\/resize-tiff\">xconvert.com\/resize-tiff<\/a> and click <strong>Select Image<\/strong> to add your file \u2014 from your computer, Google Drive, or Dropbox.<\/li><li>Choose how to resize: <strong>exact pixels<\/strong> (type the target width\/height \u2014 e.g. 2400 \u00d7 3000 for an 8 \u00d7 10 in print at 300 DPI) or by <strong>percentage<\/strong> (e.g. 50% to halve the dimensions).<\/li><li><strong>Keep the aspect ratio locked<\/strong> so the image scales uniformly without stretching; set one dimension and let the other follow.<\/li><li>Apply the resize and <strong>download<\/strong> your TIFF. The output stays lossless \u2014 no JPEG-style artifacts are introduced.<\/li><\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">Your file uploads over an encrypted connection, is processed on our servers, and is deleted automatically a few hours later \u2014 nothing lingers. To trim a region rather than scale the whole image, crop in your image editor first, then resize the cropped file here. And if you only need a <em>smaller file<\/em>, not smaller dimensions, use the <a href=\"https:\/\/www.xconvert.com\/compress-tiff\">TIFF compressor<\/a> instead \u2014 it keeps every pixel and shrinks the file losslessly.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"faq\">FAQ<\/h2>\n\n\n\n<h5 class=\"wp-block-heading\">Does resizing a TIFF reduce its quality?<\/h5>\n\n\n\n<p class=\"wp-block-paragraph\">Resizing <strong>resamples<\/strong> the image \u2014 it generates a new grid of pixels by interpolation \u2014 so it does change the pixel data, and <strong>downscaling discards detail<\/strong>. But because TIFF saves the result with <strong>lossless LZW or ZIP\/Deflate compression<\/strong>, it adds <strong>no JPEG-style blocking or artifacts<\/strong> \u2014 the only change is the intended reduction in dimensions. Upscaling can\u2019t recover detail that wasn\u2019t there; it just interpolates and looks softer.<\/p>\n\n\n\n<h5 class=\"wp-block-heading\">What\u2019s the difference between resizing and cropping a TIFF?<\/h5>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Resizing<\/strong> scales the whole image to different pixel dimensions (everything stays, at lower or higher resolution). <strong>Cropping<\/strong> cuts the image down to a rectangular region, discarding everything outside the box. Resize keeps the content and changes the resolution; crop keeps the resolution and changes the content.<\/p>\n\n\n\n<h5 class=\"wp-block-heading\">Should I keep the aspect ratio when resizing?<\/h5>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Yes, in almost every case.<\/strong> Locking the aspect ratio (constrain proportions) ties width and height together so the image scales uniformly and never stretches. If you need a <em>different<\/em> shape \u2014 a square from a rectangle, or a 5\u00d77 from a 3:2 frame \u2014 <strong>crop<\/strong> to the new ratio rather than stretching the image to fit, which distorts it.<\/p>\n\n\n\n<h5 class=\"wp-block-heading\">What pixel size do I need to print a TIFF at 300 DPI?<\/h5>\n\n\n\n<p class=\"wp-block-paragraph\">Multiply the print size in inches by 300: <strong>pixels = inches \u00d7 DPI<\/strong>. A 4 \u00d7 6 in print needs 1200 \u00d7 1800 px, a 5 \u00d7 7 needs 1500 \u00d7 2100, and an 8 \u00d7 10 needs 2400 \u00d7 3000. 300 DPI is the standard for quality photo prints; large prints viewed from a distance are fine at 150\u2013200 DPI.<\/p>\n\n\n\n<h5 class=\"wp-block-heading\">Is cropping a TIFF lossless?<\/h5>\n\n\n\n<p class=\"wp-block-paragraph\">For the pixels that <strong>remain<\/strong>, yes \u2014 cropping doesn\u2019t resample them, so they stay bit-for-bit identical, and a lossless TIFF preserves them exactly. But the pixels you crop <em>away<\/em> are permanently gone. So a crop is \u201clossless\u201d for the kept region, but it isn\u2019t reversible \u2014 keep a copy of the original master if you might need the full frame later.<\/p>\n\n\n\n<h5 class=\"wp-block-heading\">Will changing the DPI make my TIFF print bigger or sharper?<\/h5>\n\n\n\n<p class=\"wp-block-paragraph\">Changing only the DPI <strong>metadata<\/strong> without changing the pixel count just relabels how large the existing pixels print \u2014 it doesn\u2019t add real detail. To print larger <em>and<\/em> sharp, you need more pixels (resize\/scan\/shoot larger). To fit a specific print size, resize to <strong>inches \u00d7 300<\/strong> pixels rather than chasing a DPI number.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Sources<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Last verified 2026-06-25.<\/em><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><a href=\"https:\/\/en.wikipedia.org\/wiki\/Image_scaling\">Image scaling \u2014 Wikipedia<\/a> \u2014 scaling generates a new image with a different pixel count via interpolation; nearest-neighbor\/bilinear\/bicubic\/Lanczos algorithms; downscaling causes visible quality loss; upscaling can\u2019t recover absent detail.<\/li><li><a href=\"https:\/\/www.printkeg.com\/blogs\/tips\/print-aspect-ratios-guide\">Print Aspect Ratios Guide \u2014 Printkeg<\/a> \u2014 pixels = inches \u00d7 DPI; 8\u00d710 at 300 DPI = 2400\u00d73000; 300 DPI photo standard; crop to the target ratio before printing to avoid white bars \/ unwanted crops.<\/li><li><a href=\"https:\/\/en.wikipedia.org\/wiki\/TIFF\">TIFF \u2014 Wikipedia<\/a> \u2014 TIFF supports lossless LZW and ZIP\/Deflate compression; files can be edited and re-saved without the cumulative quality loss of standard JPEG.<\/li><\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Resize or crop a TIFF without JPEG artifacts. When to lock aspect ratio, and the pixel = inches x DPI math for sharp 300 DPI prints.<\/p>\n","protected":false},"author":3,"featured_media":1325,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5,14],"tags":[],"class_list":["post-1021","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-how-to-guides","category-tools"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Resize or Crop a TIFF Image: Pixels, DPI &amp; Aspect Ratio<\/title>\n<meta name=\"description\" content=\"Resize or crop a TIFF without JPEG artifacts. When to lock aspect ratio, and the pixel = inches x DPI math for sharp 300 DPI prints.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.xconvert.com\/blog\/resize-or-crop-a-tiff-image\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Resize or Crop a TIFF Image: Pixels, DPI &amp; Aspect Ratio\" \/>\n<meta property=\"og:description\" content=\"Resize or crop a TIFF without JPEG artifacts. When to lock aspect ratio, and the pixel = inches x DPI math for sharp 300 DPI prints.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.xconvert.com\/blog\/resize-or-crop-a-tiff-image\" \/>\n<meta property=\"og:site_name\" content=\"XConvert Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/xconvertcom\" \/>\n<meta property=\"article:published_time\" content=\"2026-07-23T13:13:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.xconvert.com\/blog\/wp-content\/uploads\/2026\/06\/featured-214.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1600\" \/>\n\t<meta property=\"og:image:height\" content=\"840\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"James\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@xconvert_com\" \/>\n<meta name=\"twitter:site\" content=\"@xconvert_com\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"James\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"9 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/resize-or-crop-a-tiff-image#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/resize-or-crop-a-tiff-image\"},\"author\":{\"name\":\"James\",\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/#\\\/schema\\\/person\\\/3434db135e6a7f239ba8414244df9845\"},\"headline\":\"Resize or Crop a TIFF Image: Pixels, DPI &#038; Aspect Ratio\",\"datePublished\":\"2026-07-23T13:13:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/resize-or-crop-a-tiff-image\"},\"wordCount\":1840,\"image\":{\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/resize-or-crop-a-tiff-image#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/featured-214.png\",\"articleSection\":[\"How To Guides\",\"Tools\"],\"inLanguage\":\"en-CA\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/resize-or-crop-a-tiff-image\",\"url\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/resize-or-crop-a-tiff-image\",\"name\":\"Resize or Crop a TIFF Image: Pixels, DPI & Aspect Ratio\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/resize-or-crop-a-tiff-image#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/resize-or-crop-a-tiff-image#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/featured-214.png\",\"datePublished\":\"2026-07-23T13:13:00+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/#\\\/schema\\\/person\\\/3434db135e6a7f239ba8414244df9845\"},\"description\":\"Resize or crop a TIFF without JPEG artifacts. When to lock aspect ratio, and the pixel = inches x DPI math for sharp 300 DPI prints.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/resize-or-crop-a-tiff-image#breadcrumb\"},\"inLanguage\":\"en-CA\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/resize-or-crop-a-tiff-image\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-CA\",\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/resize-or-crop-a-tiff-image#primaryimage\",\"url\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/featured-214.png\",\"contentUrl\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/featured-214.png\",\"width\":1600,\"height\":840,\"caption\":\"The xconvert Resize TIFF tool at \\\/resize-tiff with the Select Image button highlighted \u2014 upload a TIFF to resize it by exact pixels or percentage.\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/resize-or-crop-a-tiff-image#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.xconvert.com\\\/blog\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Resize or Crop a TIFF Image: Pixels, DPI &#038; Aspect Ratio\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/\",\"name\":\"XConvert Blog\",\"description\":\"Blog for XConvert file converter\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-CA\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/#\\\/schema\\\/person\\\/3434db135e6a7f239ba8414244df9845\",\"name\":\"James\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-CA\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/46be416a360dc6b95bffc4b116d86872c03f8d8e4c1047a3a08033742f03d04d?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/46be416a360dc6b95bffc4b116d86872c03f8d8e4c1047a3a08033742f03d04d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/46be416a360dc6b95bffc4b116d86872c03f8d8e4c1047a3a08033742f03d04d?s=96&d=mm&r=g\",\"caption\":\"James\"},\"url\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/author\\\/james\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Resize or Crop a TIFF Image: Pixels, DPI & Aspect Ratio","description":"Resize or crop a TIFF without JPEG artifacts. When to lock aspect ratio, and the pixel = inches x DPI math for sharp 300 DPI prints.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.xconvert.com\/blog\/resize-or-crop-a-tiff-image","og_locale":"en_US","og_type":"article","og_title":"Resize or Crop a TIFF Image: Pixels, DPI & Aspect Ratio","og_description":"Resize or crop a TIFF without JPEG artifacts. When to lock aspect ratio, and the pixel = inches x DPI math for sharp 300 DPI prints.","og_url":"https:\/\/www.xconvert.com\/blog\/resize-or-crop-a-tiff-image","og_site_name":"XConvert Blog","article_publisher":"https:\/\/www.facebook.com\/xconvertcom","article_published_time":"2026-07-23T13:13:00+00:00","og_image":[{"width":1600,"height":840,"url":"https:\/\/www.xconvert.com\/blog\/wp-content\/uploads\/2026\/06\/featured-214.png","type":"image\/png"}],"author":"James","twitter_card":"summary_large_image","twitter_creator":"@xconvert_com","twitter_site":"@xconvert_com","twitter_misc":{"Written by":"James","Est. reading time":"9 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.xconvert.com\/blog\/resize-or-crop-a-tiff-image#article","isPartOf":{"@id":"https:\/\/www.xconvert.com\/blog\/resize-or-crop-a-tiff-image"},"author":{"name":"James","@id":"https:\/\/www.xconvert.com\/blog\/#\/schema\/person\/3434db135e6a7f239ba8414244df9845"},"headline":"Resize or Crop a TIFF Image: Pixels, DPI &#038; Aspect Ratio","datePublished":"2026-07-23T13:13:00+00:00","mainEntityOfPage":{"@id":"https:\/\/www.xconvert.com\/blog\/resize-or-crop-a-tiff-image"},"wordCount":1840,"image":{"@id":"https:\/\/www.xconvert.com\/blog\/resize-or-crop-a-tiff-image#primaryimage"},"thumbnailUrl":"https:\/\/www.xconvert.com\/blog\/wp-content\/uploads\/2026\/06\/featured-214.png","articleSection":["How To Guides","Tools"],"inLanguage":"en-CA"},{"@type":"WebPage","@id":"https:\/\/www.xconvert.com\/blog\/resize-or-crop-a-tiff-image","url":"https:\/\/www.xconvert.com\/blog\/resize-or-crop-a-tiff-image","name":"Resize or Crop a TIFF Image: Pixels, DPI & Aspect Ratio","isPartOf":{"@id":"https:\/\/www.xconvert.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.xconvert.com\/blog\/resize-or-crop-a-tiff-image#primaryimage"},"image":{"@id":"https:\/\/www.xconvert.com\/blog\/resize-or-crop-a-tiff-image#primaryimage"},"thumbnailUrl":"https:\/\/www.xconvert.com\/blog\/wp-content\/uploads\/2026\/06\/featured-214.png","datePublished":"2026-07-23T13:13:00+00:00","author":{"@id":"https:\/\/www.xconvert.com\/blog\/#\/schema\/person\/3434db135e6a7f239ba8414244df9845"},"description":"Resize or crop a TIFF without JPEG artifacts. When to lock aspect ratio, and the pixel = inches x DPI math for sharp 300 DPI prints.","breadcrumb":{"@id":"https:\/\/www.xconvert.com\/blog\/resize-or-crop-a-tiff-image#breadcrumb"},"inLanguage":"en-CA","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.xconvert.com\/blog\/resize-or-crop-a-tiff-image"]}]},{"@type":"ImageObject","inLanguage":"en-CA","@id":"https:\/\/www.xconvert.com\/blog\/resize-or-crop-a-tiff-image#primaryimage","url":"https:\/\/www.xconvert.com\/blog\/wp-content\/uploads\/2026\/06\/featured-214.png","contentUrl":"https:\/\/www.xconvert.com\/blog\/wp-content\/uploads\/2026\/06\/featured-214.png","width":1600,"height":840,"caption":"The xconvert Resize TIFF tool at \/resize-tiff with the Select Image button highlighted \u2014 upload a TIFF to resize it by exact pixels or percentage."},{"@type":"BreadcrumbList","@id":"https:\/\/www.xconvert.com\/blog\/resize-or-crop-a-tiff-image#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.xconvert.com\/blog"},{"@type":"ListItem","position":2,"name":"Resize or Crop a TIFF Image: Pixels, DPI &#038; Aspect Ratio"}]},{"@type":"WebSite","@id":"https:\/\/www.xconvert.com\/blog\/#website","url":"https:\/\/www.xconvert.com\/blog\/","name":"XConvert Blog","description":"Blog for XConvert file converter","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.xconvert.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-CA"},{"@type":"Person","@id":"https:\/\/www.xconvert.com\/blog\/#\/schema\/person\/3434db135e6a7f239ba8414244df9845","name":"James","image":{"@type":"ImageObject","inLanguage":"en-CA","@id":"https:\/\/secure.gravatar.com\/avatar\/46be416a360dc6b95bffc4b116d86872c03f8d8e4c1047a3a08033742f03d04d?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/46be416a360dc6b95bffc4b116d86872c03f8d8e4c1047a3a08033742f03d04d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/46be416a360dc6b95bffc4b116d86872c03f8d8e4c1047a3a08033742f03d04d?s=96&d=mm&r=g","caption":"James"},"url":"https:\/\/www.xconvert.com\/blog\/author\/james"}]}},"_links":{"self":[{"href":"https:\/\/www.xconvert.com\/blog\/wp-json\/wp\/v2\/posts\/1021","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.xconvert.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.xconvert.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.xconvert.com\/blog\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.xconvert.com\/blog\/wp-json\/wp\/v2\/comments?post=1021"}],"version-history":[{"count":2,"href":"https:\/\/www.xconvert.com\/blog\/wp-json\/wp\/v2\/posts\/1021\/revisions"}],"predecessor-version":[{"id":1324,"href":"https:\/\/www.xconvert.com\/blog\/wp-json\/wp\/v2\/posts\/1021\/revisions\/1324"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.xconvert.com\/blog\/wp-json\/wp\/v2\/media\/1325"}],"wp:attachment":[{"href":"https:\/\/www.xconvert.com\/blog\/wp-json\/wp\/v2\/media?parent=1021"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.xconvert.com\/blog\/wp-json\/wp\/v2\/categories?post=1021"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.xconvert.com\/blog\/wp-json\/wp\/v2\/tags?post=1021"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}