AI Agent Hub
Back to skills
Image Layered TIFF / PSD Converter icon

Image Layered TIFF / PSD Converter

Design & Media Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please install @user_5b12983f/image-layered-tiff according to https://skillhub.cn/install/skillhub.md.

About this skill

Problem to solve

When design, print, or image-analysis workflows require a raster image to be split into independently inspectable channels, a normal export often produces only one flattened file: RGB values are mixed, CMYK separation is hard to audit, Alpha channels cannot be delivered alone, and hard shapes such as logos or text must still be extracted from the source. image-layered-tiff addresses this by converting JPG, PNG, BMP, and WebP files into multi-page TIFF or Photoshop PSD output, with each channel or detection result stored as a separate layer.

How it works

It provides several layer modes: rgb, rgba, cmyk, alpha, gray+color, hsl, lab, and edge-extract. The default output is multi-page TIFF, where each page represents one layer; with --format psd, channels are visible directly in the Photoshop Layers panel. CMYK conversion prefers system ICC profiles, and compression can be set to none, LZW, Deflate, or JPEG, defaulting to LZW. The edge-extract mode produces grayscale layers such as Canny-Edge, Gradient-Mag, and Binary-Edge, which are useful for extracting logos, text, lines, and other hard edges; --edge-threshold controls sensitivity.

Limits and cautions

This skill is useful for print separation, channel analysis, Alpha export, grayscale comparison, and contour extraction, but it does not redraw images or generate vector paths. TIFF may need to be inspected via layers or video-frame import in Photoshop, while PSD is more directly inspectable but may be larger. If the source image is low-resolution or blurry, edge-extract quality is limited by the input; cross-color-space CMYK results also depend on the ICC profile.

Use Cases

  • Convert a print-ready RGB bitmap into CMYK grayscale layers, then review cyan, magenta, yellow, and black plate separation before output.
  • Export the Alpha channel from a PNG poster as a separate grayscale layer for masking and compositing in Photoshop workflows.
  • Use edge-extract mode to isolate crisp logo and text contours, then check Canny, gradient, and binary edge layers for proofing.
  • Separate a scientific raster image into RGB or LAB channels so each component can be measured and compared independently for analysis.

Best For

  • Prepress designers who need to split an RGB layout into CMYK separation layers for review.
  • Scientific-imaging engineers who need to save RGB or LAB channels separately for independent analysis.
  • Retouchers who need to export a PNG Alpha channel as a standalone grayscale layer for compositing.
  • UI or brand designers who need clean edge layers from logos or line art for vector reference.