August 4, 2026

Image Delivery Formats for Corporate Teams: A Complete Guide

Elise Webb

Image Delivery Formats for Corporate Teams: A Complete Guide

Elise Webb

Every corporate client delivery should include three tiers: archival masters (TIFF or high-quality JPEG at full resolution, RAW only when explicitly requested), web-optimized variants in WebP or AVIF with a JPEG fallback, and SVG files for any logo or vector asset. That’s the non-negotiable baseline. Per asset, you’re looking at one master, one web-optimized export, and one presentation or print variant. Here’s what those specs look like in practice:

  • Master/archival: Full sensor resolution, TIFF or Photoshop-quality JPEG (quality 10–12), sRGB or client-specified ICC profile embedded

  • Web-optimized: Resized to container width (hero at 1920px, content at 1200–1600px, thumbnails at 300–800px), exported as WebP (quality 80) with a JPEG fallback; target file sizes: hero under 200 KB, content under 100 KB, thumbnails under 30 KB

  • Presentation/print variant: 1920px wide PNG or high-quality JPEG for slides; TIFF or CMYK-converted file for offset print

  • Vector assets: SVG, ideally under 5 KB for simple logos

Deliver these in a named folder structure with a ReadMe manifest. That’s the whole prescription.

Table of Contents

Which image delivery formats work best for each corporate use case?

Not every format belongs in every context. The table below maps each format to its strongest corporate use case, with the tradeoffs that actually matter for client handoffs.

Format Best for Pros Key notes
AVIF Web photos, hero images Smallest file size; HDR and transparency support Requires JPEG fallback; encoder speed slower
WebP Web photos and graphics Smaller than JPEG at equal quality; broad browser support Safe default for all web use in 2026
JPEG Universal fallback, email, print proofs Maximum compatibility across all platforms Lossy; no transparency; avoid re-saving repeatedly
PNG Screenshots, UI graphics, transparency Lossless; pixel-perfect edges Large files; not ideal for photographs
SVG Logos, icons, illustrations Scales without quality loss; typically under 5 KB (usually under 10 KB for more complex illustrations) Requires vector source; not for photos
TIFF Archival masters, print production Lossless; supports layers and ICC profiles Very large files; not for web delivery
RAW Archival only, when client requests Maximum editing latitude Requires specific software; interpretation varies

Infographic showing image format use cases categories

A few compatibility points worth knowing. AVIF is the most efficient modern format but still needs a JPEG fallback for older email clients, Microsoft Teams previews, and any platform that hasn’t updated its rendering engine. WebP is the safer default for 2026 web delivery. PNG earns its place for UI screenshots and any graphic where a hard edge or transparent background matters, but it’s the wrong choice for photographs. For logos, SVG is the only format that survives a 4K monitor and a business card without degrading.

The MDN image format guide is the most thorough technical reference for browser compatibility per format, and it’s updated as support changes.

What pixel dimensions should you target for each placement?

Graphic designer adjusting image export settings

Resizing to the actual display container is the single most impactful step in the entire delivery workflow. Compression helps, but sending a 4000px wide image to a slot that renders at 1200px wastes bandwidth and slows load times regardless of how aggressively you compress it.

Here are the targets that cover the placements corporate teams use most:

  1. Hero/banner images: 1920px wide (up to 2400px for Retina-heavy or full-bleed designs). Target file size after compression: under 200 KB.
  2. Inline content images: 1200–1600px wide. Target: under 100 KB.
  3. Thumbnails and card images: 300–800px wide. Target: under 30 KB.
  4. Social and Open Graph images: 1200×630px. JPEG or PNG; platforms recompress on upload anyway.
  5. Presentation slides (PowerPoint, Google Slides, Keynote): 1920×1080px PNG or high-quality JPEG. Slides render at 96 DPI on screen, so pixel dimensions are what matter, not DPI metadata.
  6. Email header images: 600px wide maximum. Many email clients cap rendering width at 600px, and mobile clients scale down from there.
  7. Print production: Deliver TIFF or high-quality JPEG at full sensor resolution. DPI is irrelevant for web delivery; for print, the printer or designer will specify the required output size and resolution.

Pro Tip: For Retina displays, export a 2x version (3840px for a hero) and reference it via srcset in HTML. Do not send the 2x file to every device. Serving a 3840px image to a standard 1080p monitor doubles the download with zero visual benefit. The srcset attribute lets the browser pull the right size automatically, which typically reduces mobile image payloads by 70–85% compared with serving full desktop images universally.

How to set export settings and compression that hold up under scrutiny

The order matters: resize first, then compress. Resizing a 4000×3000 camera file to 1200px width typically reduces file size by 50–100x when combined with compression. Compression alone on an oversized file saves far less and still delivers a bloated asset.

AVIF typically achieves around 20% smaller file sizes than WebP and up to 50% smaller than JPEG at comparable visual quality. For a corporate team delivering dozens of hero images across a website, that difference compounds fast.

Recommended export presets by format:

  • WebP (photographs): Quality 80–85. Lossy. This is the sweet spot where file size drops sharply but no visible degradation appears at normal viewing distances.
  • AVIF (photographs): Quality 60–70 (AVIF’s scale is not equivalent to JPEG’s; 60 AVIF often looks better than 80 JPEG). Include a WebP or JPEG fallback in your delivery package.
  • JPEG (fallback/email/print proof): Quality 85–90. Avoid going below 80 for any image that will appear in a presentation or investor deck.
  • PNG (UI graphics, transparency): Export as PNG-24 for full color with transparency, PNG-8 for flat graphics with limited colors. Run through a lossless optimizer like Squoosh or ImageOptim before delivery.
  • TIFF (archival/print): LZW compression, 8-bit or 16-bit depending on the print vendor’s spec. Always embed the ICC profile.

Verification before delivery takes three minutes and prevents a lot of client emails. Open the exported file at 100% zoom and check for compression artifacts around high-contrast edges (text on photos, hair against backgrounds). Confirm the embedded color profile in the file’s metadata. Check the file size against the targets above. If a hero image is coming in at 400 KB after export, resize the source before re-exporting rather than dropping quality further.

Color profiles, metadata, and accessibility: the details that protect your assets

For web delivery, embed sRGB. Full stop. Every monitor, phone, and browser renders sRGB predictably. Deliver a file with an Adobe RGB or ProPhoto RGB profile and no conversion, and colors will look washed out or oversaturated on most screens.

For print, the situation is more nuanced. Offset printing typically requires CMYK, but the conversion from RGB to CMYK should happen at the print vendor’s end unless you have a specific profile they’ve provided. Deliver RGB TIFF masters with the ICC profile embedded and let the printer handle the conversion. When a client’s print vendor does specify a profile (such as SWOP or GRACoL for US commercial printing), embed that profile in the file you send.

Metadata best practices for corporate deliveries:

  • Embed creator name, copyright notice, and contact email in IPTC/XMP fields using Adobe Bridge, Lightroom, or ExifTool
  • Include shot date, project name, and usage rights in the description field
  • Strip GPS location data from any image that will be published publicly
  • Include a ReadMe or manifest file in the delivery folder that lists file characteristics, color profiles, and usage rights for each asset set

Accessibility note: Descriptive filenames and alt text are not optional for corporate publishing. A file named IMG_4872.jpg tells a screen reader and a search engine nothing. Use a convention like acme-corp-ceo-portrait-2024.jpg. When handing off to a web or marketing team, include a separate column in your manifest with suggested alt text for each image. This step protects the client’s ADA compliance and improves image search visibility.

Common mistakes that cause color shifts or lost metadata:

  • Saving a JPEG multiple times (each save re-applies lossy compression and can strip metadata)
  • Exporting from Photoshop without checking “Embed Color Profile”
  • Sending files through messaging apps (Slack, Teams, iMessage) that auto-compress and strip EXIF data
  • Converting to PNG without confirming the color profile carries over

How to package and deliver files so clients can actually use them

Clean folder structure is the difference between a client who deploys assets the same day and one who emails you three times asking which file to use. The UPDIG guidelines recommend organizing deliveries so that file characteristics, color profiles, and usage rights are immediately clear. Here’s a folder structure that works for most corporate deliveries:

Woman organizing digital image files on dual monitors

Folder Contents Notes
/Masters Full-resolution TIFF or high-quality JPEG Archival; not for direct web use
/Web WebP + JPEG fallback, resized to container dimensions Ready to upload; organized by placement
/Print TIFF with ICC profile, or CMYK-converted files Labeled with color space
/SVGs Logo and icon files Include both full-color and single-color variants
/Docs ReadMe manifest, usage rights, color profile notes One-page reference for the client’s team

File-naming convention: [client-code]_[descriptor]_[YYYYMMDD]_[asset-id].[ext]

Example: acme_ceo-portrait_20240315_001.jpg

Versioning follows the same pattern with a _v2 suffix before the extension when a revised file replaces an earlier one.

Delivery method comparison:

  • Branded file transfer (e.g., WeTransfer Pro): Best for one-time handoffs. Branded transfers allow custom backgrounds and descriptions, which reinforces quality at the moment of delivery. Set link expiration to 14–30 days.
  • Cloud drive (Google Drive, Dropbox): Best for ongoing relationships or large archival sets. Set folder-level permissions so clients can view and download but not accidentally delete or overwrite.
  • ZIP on external drive or encrypted USB: Appropriate for highly sensitive deliveries (executive photography for M&A announcements, for example). Password-protect the archive and send the password via a separate channel.

For any delivery containing unpublished executive photography or pre-announcement brand assets, set link-level passwords and expiration dates. Rights management starts at delivery, not publication.

Sample ReadMe manifest template:

Project: [Client Name] Brand Photography
Delivered by: [Agency/Photographer]
Delivery date: [YYYY-MM-DD]

/Masters — Full-resolution archival files. Color profile: sRGB. Not for web upload.
/Web — Resized and compressed for web use. WebP primary, JPEG fallback included.
/Print — TIFF files with embedded ICC profile [profile name]. Contact vendor before CMYK conversion.
/SVGs — Vector logos. Scalable to any size. Use these for all digital and print logo placements.

Usage rights: [License terms or reference to contract]
Creator: [Name, email]
Questions: [Contact email]

How studio2U structures its corporate delivery workflow

studio2U’s delivery process runs in six defined steps from capture to handoff, and each step has a clear output. Marketing teams can adapt this sequence for any corporate photography engagement.

  • Step 1: Capture. On-site production using portable studio systems. Files are captured in RAW and backed up to two drives before the team leaves the location.
  • Step 2: Cull and select. The editing team reviews selects against the shot list and client brief. Only approved selects move to retouching.
  • Step 3: Retouch. Color grading, skin retouching, and background cleanup are applied to a consistent standard across all images in the set.
  • Step 4: Export variants. Each retouched master is exported as: a full-resolution TIFF or high-quality JPEG (archival), a WebP at the appropriate container width (web), and a 1920×1080px PNG or JPEG (presentations). SVG files are delivered separately for any logo or graphic asset.
  • Step 5: Package. Files are organized into the /Masters, /Web, /Print, /SVGs, and /Docs folder structure. The ReadMe manifest is generated and placed in /Docs.
  • Step 6: Deliver. studio2U delivers via a branded transfer page with a custom description, link expiration, and password where required. Turnaround is five business days from shoot date for standard corporate packages.

Workflow checklist for marketing teams reviewing a delivery:

  • Confirm all expected asset types are present (master, web, presentation variant)
  • Open one web file and one master in separate applications to verify color consistency
  • Check that filenames follow the agreed convention
  • Confirm the ReadMe manifest matches the actual file set
  • Download and test-embed one web image in the target CMS or presentation template before approving the full set
  • Request revisions in writing, referencing the specific asset ID from the manifest

Sample delivery email subject line: [Client Name] Brand Photography Delivery — [Date] — [Project Code]

The body should include: a brief description of what’s included, the folder structure, the link and password (if applicable), the link expiration date, and a single point of contact for revision requests. Keep it to five lines. Clients don’t read long delivery emails; they click the link.

Key Takeaways

The most effective corporate image delivery combines archival masters with optimized web variants and a clear manifest, so clients can deploy assets immediately without back-and-forth.

Point Details
Deliver three tiers per asset Master (TIFF/JPEG), web-optimized (WebP + JPEG fallback), and presentation variant (1920×1080px PNG).
Resize before you compress Resizing to container dimensions reduces file size far more than compression alone; hero images target under 200 KB.
WebP is the safe web default WebP delivers smaller files than JPEG at equal quality and has broad browser support; add AVIF where supported.
Embed sRGB and metadata Always embed sRGB for web files, include IPTC/XMP creator and rights data, and use descriptive filenames for accessibility.
studio2U delivers all three tiers studio2U packages archival masters, optimized web variants, and a branded manifest with a five-day turnaround.

Why delivery quality is part of the brand, not a back-end detail

Most photographers and marketing teams treat the handoff as the last five minutes of a project. It’s actually the moment the client forms their lasting impression of your rigor.

Think about what happens downstream. A CMO opens a delivery folder and finds files named DSC_0047_final_FINAL_v3.jpg with no folder structure and no ReadMe. She forwards it to the web developer, who uploads the 8 MB original to the homepage. The page slows down. The investor deck gets built with the wrong file. Six months later, someone asks for the logo in SVG and nobody can find it.

Now run the same scenario with a clean delivery: named folders, a manifest, web-ready files at the right dimensions, and a branded transfer page that signals the work was done with intention. The developer uploads the correct WebP. The designer grabs the SVG. The CMO doesn’t send a single follow-up email. The assets get used correctly, immediately, and repeatedly.

That’s the real argument for treating delivery as part of the service. Corporate branding images live in investor decks, recruiting pages, press kits, and LinkedIn profiles for years. A well-organized delivery protects that longevity. A sloppy one erodes it, quietly, every time someone grabs the wrong file.

The format choices and folder structures in this guide aren’t bureaucratic overhead. They’re what separates a photography engagement that generates value for three years from one that generates a support ticket in week two.

studio2U brings on-site capture and branded delivery to your team

studio2U is the turnkey option for corporate teams that want premium photography without the coordination overhead. The team arrives at your office with portable studio systems, shoots on-site with minimal disruption, and delivers a fully packaged asset set within five business days.

studio2U

Every studio2U delivery includes archival masters, web-optimized WebP and JPEG variants sized to your actual container dimensions, presentation-ready PNGs, SVG logo files where applicable, and a ReadMe manifest your web team can act on immediately. The branded transfer page means the handoff looks as polished as the photography itself.

studio2U serves startups, private equity firms, financial services organizations, and enterprise teams across the United States. If your team needs new headshots, executive portraits, or a full brand photography refresh, book a consultation to discuss your project scope and turnaround requirements.

Useful sources

The recommendations in this guide draw from the following sources. Each is linked to the original for verification.

  • JPEG, WebP, AVIF photo compression savings benchmark — Backs the AVIF vs. WebP vs. JPEG file-size comparisons in the export settings and format selection sections.
  • Image file type and format guide (MDN Web Docs) — Authoritative browser compatibility reference for all web image formats; used in the format comparison section.
  • SVG vs PNG (IllustrationsAI) — Source for SVG file-size guidance and the recommendation to use SVG for logos and icons.
  • UPDIG Universal Photographic Digital Imaging Guidelines v4.0 — Industry standard for archival and print delivery formats; backs TIFF and high-quality JPEG recommendations and the manifest/ReadMe approach.
  • How to resize images for a website (Pictuary) — Source for pixel-dimension targets, file-size goals, and the resize-before-compress workflow.
  • How to resize images for web (TweakFiles) — Backs the Retina/srcset guidance and the mobile payload reduction figures.
  • Branded file transfer for marketing teams (WeTransfer) — Source for branded delivery recommendations in the packaging section.
  • Dispelling the 72 DPI myth (Andrew Dacey Photography) — Backs the pixel-dimensions-over-DPI guidance for web delivery.
  • Creator guide to image file formats (Contentful) — Supports the format-by-origin selection logic (camera photos vs. design exports vs. logos).
Get in Touch

Get inspired by more related articles.