Print Options & image interpolation

Here everybody can post his problems with PhotoLine
gennadiy
Mitglied
Beiträge: 84
Registriert: Di 23 Jan 2018 10:06
Wohnort: Russia

Print Options & image interpolation

Beitrag von gennadiy »

Are my assumptions correct:

When printing:

1. Interpolation occurs when the scale (Zoom Size) is not equal to 100%.
2. Interpolation does not occur when the print Position (x, y) or Alignment changes.
3. Interpolation occurs when the Print Rotated or Print Mirrored option is set..
Benutzeravatar
russellcottrell
Mitglied
Beiträge: 251
Registriert: Sa 26 Jul 2014 10:13
Wohnort: California

Re: Print Options & image interpolation

Beitrag von russellcottrell »

Interpolation should not occur when rotating 90 degrees or mirroring.
Martin Huber
Entwickler
Entwickler
Beiträge: 4176
Registriert: Di 19 Nov 2002 15:49

Re: Print Options & image interpolation

Beitrag von Martin Huber »

gennadiy hat geschrieben: Sa 29 Apr 2023 10:02 Are my assumptions correct:

When printing:

1. Interpolation occurs when the scale (Zoom Size) is not equal to 100%.
2. Interpolation does not occur when the print Position (x, y) or Alignment changes.
3. Interpolation occurs when the Print Rotated or Print Mirrored option is set..
This cannot be answered so easily. It depends on your OS, on the printer (driver) and on the document you are printing.

"Rotated" is usually handled by the printer driver. On macOS "Mirrored" is handled by the OS.
Simple images in picture mode are output unchanged. The zoom factor doesn't really matter.
For complex documents or in document mode, PhotoLine renders an image at the printer resolution, so interpolation can always occur.

It's probably easiest to use a PDF printer driver and check the resulting PDF document.

Martin
Benutzeravatar
russellcottrell
Mitglied
Beiträge: 251
Registriert: Sa 26 Jul 2014 10:13
Wohnort: California

Re: Print Options & image interpolation

Beitrag von russellcottrell »

Martin Huber hat geschrieben: Mo 01 Mai 2023 10:26 The zoom factor doesn't really matter.
I don't understand that. There would be a big difference between resizing and carefully sharpening an image at the print resolution so it can be printed at 100%, vs. just letting the app or the OS resize it by changing the zoom factor.
Martin Huber
Entwickler
Entwickler
Beiträge: 4176
Registriert: Di 19 Nov 2002 15:49

Re: Print Options & image interpolation

Beitrag von Martin Huber »

russellcottrell hat geschrieben: Di 02 Mai 2023 16:54 I don't understand that. There would be a big difference between resizing and carefully sharpening an image at the print resolution so it can be printed at 100%, vs. just letting the app or the OS resize it by changing the zoom factor.
If the image is a simple one, PhotoLine itself does no scaling. It just tells the printer driver where and how large to print the image. The scaling is done by the printer (driver).

Martin
Benutzeravatar
russellcottrell
Mitglied
Beiträge: 251
Registriert: Sa 26 Jul 2014 10:13
Wohnort: California

Re: Print Options & image interpolation

Beitrag von russellcottrell »

Well, then, speaking of the entire process from image file to ink on paper:
- First, decide how large you want the printed image to be.
- Then, decide how many pixels you will need. This is based on how many pixels per inch the printer wants. For example, my Canon printer driver wants either 300 or 600 ppi. (Note that this is not the same as dots per inch; the Canon uses 2400x1200 dpi; many dots are used to print one pixel).
- Resize the image using all the tricks at your disposal (such as Mitchell-Netravali interpolation followed by halo-free L-channel sharpening, for example), so that it has the right number of pixels for its printed size (an 8x10 print at 300ppi would need to be 2400x3000 pixels, for example). YOU need to do that; don't let the app or the printer driver do it on its own.
- (Save the master image file. If you then want to print it at a different size or resolution, you need to resize and sharpen it again.)
- Now, when you send your beautiful rasterized pixel data to the printer, tell it to print at 100%. Rotating it by multiples of 90 degrees, or mirroring it, or moving it around on the paper will not change the pixel data, so there should be no interpolation at any point (PhotoLine or printer driver).
gennadiy
Mitglied
Beiträge: 84
Registriert: Di 23 Jan 2018 10:06
Wohnort: Russia

Re: Print Options & image interpolation

Beitrag von gennadiy »

Martin Huber hat geschrieben: Di 02 Mai 2023 17:03 If the image is a simple one, PhotoLine itself does no scaling. It just tells the printer driver where and how large to print the image. The svaling is done by the print (driver).
Martin
Question.
If I change the print start position in the Print Options, PL will add up the missing blank pixels before sending it to the printer.
The image itself is not recalculated.
bruce1951
Mitglied
Beiträge: 414
Registriert: Sa 23 Apr 2016 17:03

Re: Print Options & image interpolation

Beitrag von bruce1951 »

FWIW whenever I need some 'serious' printing I use QImage. [urlhttps://www.ddisoftware.com/qimage-u/][/url]

While Photoline is an excellent piece of software I find that a specialist piece of software is vital for my printing needs. You can set up a 'job' and save it with all your profiles etc and use it over and over getting the same results every time. You can save ink, paper, printer etc etc profiles and QImage will use them. QImage will arrange/optimize prints on a single piece of paper etc etc etc.
Benutzeravatar
russellcottrell
Mitglied
Beiträge: 251
Registriert: Sa 26 Jul 2014 10:13
Wohnort: California

Re: Print Options & image interpolation

Beitrag von russellcottrell »

gennadiy hat geschrieben: Mi 03 Mai 2023 08:48 Question.
If I change the print start position in the Print Options, PL will add up the missing blank pixels before sending it to the printer.
The image itself is not recalculated.
The print position should just tell the driver where to orient the print on the page; there should be no extra pixels involved.

I almost mentioned QImage. I tried it out; if I did "complicated" multi-image jobs on a regular basis, it might be worth it; but as it is it does not do anything that I can already do with just resizing/sharpening and the printer driver.
gennadiy
Mitglied
Beiträge: 84
Registriert: Di 23 Jan 2018 10:06
Wohnort: Russia

Re: Print Options & image interpolation

Beitrag von gennadiy »

russellcottrell hat geschrieben: Mi 03 Mai 2023 16:37 I almost mentioned QImage. I tried it out; if I did "complicated" multi-image jobs on a regular basis, it might be worth it; but as it is it does not do anything that I can already do with just resizing/sharpening and the printer driver.
Yes, this is not for printing one sheet per week)
gennadiy
Mitglied
Beiträge: 84
Registriert: Di 23 Jan 2018 10:06
Wohnort: Russia

Re: Print Options & image interpolation

Beitrag von gennadiy »

russellcottrell hat geschrieben: Mi 03 Mai 2023 16:37 The print position should just tell the driver where to orient the print on the page; there should be no extra pixels involved.
I don't know how he does it.
My Epson places start position as it is configured,
so the placement of the image on the sheet within the margins can be controlled from PL.
bruce1951
Mitglied
Beiträge: 414
Registriert: Sa 23 Apr 2016 17:03

Re: Print Options & image interpolation

Beitrag von bruce1951 »

QImage does way more than just 'complicated' multi image prints. It manages ink, paper, printer etc etc profiles. Soft proof and editing are also features. Paper and image sizes can be automatically handled.

I use PL for 'simple' prints. Family and holiday prints etc. But for 'advanced' printing I always use QImage. I had a museum that, over a few years, I provided over 600 A3+ and A4 mounted prints. The prints had to be colour correct and consistent. And of the highest quality. (Short of using a pro printing firm). I would never 'trust' or rely on a 'basic' printing procedure that comes with PL.

The key is the 'importance' of your printed output. If it's key then use a specialist program. If not then the likes of PL is fine.

I have no connection with QImage. My copy is actually a few years behind the latest version. But I do know from experience that the output from PL can't match the likes of QImage.