本站提供正體中文版。切換到正體中文本站提供简体中文版。切换到简体中文このサイトには日本語版があります。日本語で表示이 사이트는 한국어로도 제공됩니다.한국어로 보기Diese Website ist auch auf Deutsch verfügbar.Auf Deutsch ansehenEste sitio web también está disponible en español.Ver en españolQuesto sito è disponibile anche in italiano.Visualizza in italianoCe site est également disponible en français.Afficher en françaisEste site também está disponível em português.Ver em portuguêsDeze website is ook beschikbaar in het Nederlands.In het Nederlands bekijkenЭтот сайт также доступен на русском языке.Смотреть на русскомयह वेबसाइट हिन्दी में भी उपलब्ध है।हिन्दी में देखेंهذا الموقع متاح أيضًا باللغة العربية.عرض بالعربيةSitus ini juga tersedia dalam bahasa Indonesia.Lihat dalam bahasa IndonesiaBu site Türkçe olarak da mevcut.Türkçe görüntüleTa strona jest dostępna także po polsku.Wyświetl po polskuTrang web này cũng có phiên bản tiếng Việt.Xem bằng tiếng Việtاین وب‌سایت به فارسی هم در دسترس است.مشاهده به فارسی

PixInsight × Photoshop Hybrid Workflow

Astro Post-Processing in PS2021.05

I originally learned PixInsight solely to process astrophotos. But all along the way, I kept feeling that something was missing without Photoshop in the mix, and my image processing never felt quite complete. This article gathers my takeaways from going from “PixInsight only” to “practicing both PixInsight and Photoshop,” and how the two pieces of software make up for each other’s shortcomings.

The Principles Are Shared, the Operations Differ

Photoshop and PixInsight don’t work the same way, but the underlying principles are actually shared. Because of that, the same post-processing technique can, in some cases, be carried out by different means, using either Photoshop or PixInsight. That’s exactly why I later decided to learn Photoshop: to fill in the part I’d never picked up in PixInsight.

Layer Blending: Two Roads to the Same Destination

PixInsight has no layer feature, but in reality every individual image in it can serve as a layer. So how do you achieve Photoshop’s most powerful capability, layer blending, inside PixInsight?

  • The Blend script: the blending modes in its menu are almost identical to Photoshop’s, plus it adds a few modes designed specifically for astro images, and it can auto screen-stretch as well.
  • PixelMath: it can do layer blending too, you just have to write the formula yourself.

PixInsight achieving layer blending via the Blend script

The Crucial Difference in Mask Logic

The behavioral logic of the two programs when it comes to “masks” is where beginners get confused most easily, and it’s worth spelling out clearly:

  • Photoshop: where the upper layer is hidden by a mask, the lower layer fills in.
  • PixInsight: the area hidden by a mask is left unchanged.

In other words, Photoshop merges two layers with a mask to produce an effect. Both layers contain something you want, and by masking off the unwanted region of the upper layer, you merge it with the wanted region of the lower layer into a single image. PixInsight, by contrast, applies the effect directly onto a single image, and protects the areas you don’t want to affect with a mask.

An illustration comparing the mask behavior of Photoshop and PixInsight

Because of this principle, I personally find Photoshop less intuitive when it comes to masks, since you also have to keep the relationship between the layers in mind, though of course that’s a different story for people who are already used to Photoshop.

Fixing Small Flaws: The Two Tools Working Together in Practice

The two programs are especially efficient at handling small flaws when used together. Take the common trace of an internal-reflection halo as an example. Here’s how I handle it in Photoshop (in the nonlinear state):

  1. Remove the stars and produce a star image.
  2. On the starless image, make a selection with a selection tool and fill the background with Content-Aware Fill.
  3. On the star image, use the Healing Brush to remove the residue.
  4. Merge the two images back together with the Screen blending mode.

A before-and-after of removing an internal-reflection halo with star removal and layer blending

The whole process takes less than eight minutes from start to finish. This kind of small flaw needs no cropping of the image; you can wipe it out easily with Photoshop’s Content-Aware Fill paired with layer blending.

Why It’s “PI in the First Half, PS in the Second”

In January 2024, I finally brought Photoshop formally into my workflow, as the software for final adjustments and output. The first image I did seriously in Photoshop was NGC 2170, the Angel Nebula, with PixInsight and Photoshop each taking up about half the processing time. In that image, BXT (BlurXTerminator) mainly just served to reduce the stars; the detail in this kind of image usually can’t be enhanced further by it. What really ate up the time was the detail enhancement and color work in Photoshop, which is what finally brought both the background molecular clouds and the Angel Nebula together into the frame.

NGC 2170, the Angel Nebula, the result of PixInsight and Photoshop each taking half the processing time

My current workflow can be summed up simply as “PixInsight in the first half, Photoshop in the second”:

  • PixInsight (first half): handles the early-stage processing. The more complex masks are all built in PixInsight and then exported for Photoshop to use; AI tasks like star removal are all handled in PixInsight before being loaded into Photoshop.
  • Photoshop (second half): holds a strong advantage in live preview of layer blending, non-destructive editing, and color adjustment.

An illustration of the workflow structured as PixInsight first half, Photoshop second half

The biggest benefit of practicing both is that they make up for each other’s shortcomings. The one thing to watch out for is this: when PixInsight exports a file for Photoshop, be sure to save it as a 16-bit TIF, because Photoshop runs into trouble opening 32-bit files.

Do You Still Need PixInsight, Then?

Adjusting colors and fixing flaws in Photoshop really is much faster than in PixInsight; “what you adjust is what you get” is quick and convenient with layer blending. But does that mean PixInsight is no longer needed? My answer is no. The reason Photoshop can be so smooth in the later stage is actually thanks to PixInsight’s early-stage work; it’s precisely the solid groundwork that lets the later Photoshop stage shine more easily. The two are complementary, not substitutes.

The result image after final color grading and flaw repair in Photoshop