Center image(s) for printing

AfterShot Pro General Questions & Getting Started Forum
Post Reply
delange
Posts: 6
Joined: Tue Aug 14, 2012 2:45 pm
operating_system: Windows XP Home
System_Drive: C
32bit or 64bit: 32 Bit

Center image(s) for printing

Post by delange »

Hello,

I searched the help files on this topic but could not find an answer. Is there a way to center the image while printing?
afx
Posts: 1675
Joined: Thu Jan 12, 2012 1:38 pm
operating_system: Linux
System_Drive: N/A
32bit or 64bit: 64 Bit
Video Card: FirePro 4900
Monitor/Display Make & Model: NEC PA301w, ColorMunki
Location: München
Contact:

Re: Center image(s) for printing

Post by afx »

Use a custom layout.

cheers
afx
Send bugs to the Monkey // AfterShot Kickstart Guide // sRGB clipping sucks and Adobe RGB is just as bad
Bibble since 2005 // W7 64 on quad Phenom // Ubuntu 14.4 on quad i7 and dualcore AMD // Images
delange
Posts: 6
Joined: Tue Aug 14, 2012 2:45 pm
operating_system: Windows XP Home
System_Drive: C
32bit or 64bit: 32 Bit

Re: Center image(s) for printing

Post by delange »

Yes, already tried that before posting but it is not clear to me how it is possible to centre the image. The help files are not very helpful either. Care to explain in a bit more detail how that would work?
afx
Posts: 1675
Joined: Thu Jan 12, 2012 1:38 pm
operating_system: Linux
System_Drive: N/A
32bit or 64bit: 64 Bit
Video Card: FirePro 4900
Monitor/Display Make & Model: NEC PA301w, ColorMunki
Location: München
Contact:

Re: Center image(s) for printing

Post by afx »

Just define one cell that fits the dimensions and position you need.
As you can define the coordinates in permille (yes, it says percent, but it is actually permille), it should be easy to create one centered cell.
Something like:

Code: Select all

[cell1]
type = image
image = 0
coordinates = percent
x = 50
y = 50
width = 900
height = 900
scalemode = reduce
bestfit = false
cheers
afx
Send bugs to the Monkey // AfterShot Kickstart Guide // sRGB clipping sucks and Adobe RGB is just as bad
Bibble since 2005 // W7 64 on quad Phenom // Ubuntu 14.4 on quad i7 and dualcore AMD // Images
delange
Posts: 6
Joined: Tue Aug 14, 2012 2:45 pm
operating_system: Windows XP Home
System_Drive: C
32bit or 64bit: 32 Bit

Re: Center image(s) for printing

Post by delange »

afx wrote:Just define one cell that fits the dimensions and position you need.
As you can define the coordinates in permille (yes, it says percent, but it is actually permille), it should be easy to create one centered cell.
Something like:

Code: Select all

[cell1]
type = image
image = 0
coordinates = percent
x = 50
y = 50
width = 900
height = 900
scalemode = reduce
bestfit = false
cheers
afx

I wanted to try your suggestion but I don’t quite get it. Where do I need to create this “cell”? I had a look at the printing output definitions (screenshot below) but I don’t understand where I need to fill in the documented parameters.

Image

What am I missing?
afx
Posts: 1675
Joined: Thu Jan 12, 2012 1:38 pm
operating_system: Linux
System_Drive: N/A
32bit or 64bit: 64 Bit
Video Card: FirePro 4900
Monitor/Display Make & Model: NEC PA301w, ColorMunki
Location: München
Contact:

Re: Center image(s) for printing

Post by afx »

delange wrote:I wanted to try your suggestion but I don’t quite get it. Where do I need to create this “cell”? I had a look at the printing output definitions (screenshot below) but I don’t understand where I need to fill in the documented parameters.
You need to create a layout file and then reference that in the queue when set to custom.

See Custom print layouts in the AS help.

cheers
afx
Send bugs to the Monkey // AfterShot Kickstart Guide // sRGB clipping sucks and Adobe RGB is just as bad
Bibble since 2005 // W7 64 on quad Phenom // Ubuntu 14.4 on quad i7 and dualcore AMD // Images
delange
Posts: 6
Joined: Tue Aug 14, 2012 2:45 pm
operating_system: Windows XP Home
System_Drive: C
32bit or 64bit: 32 Bit

Re: Center image(s) for printing

Post by delange »

Had a bit of time to experiment with this today. With your help and with the help files I was able to get to the result I wanted. One small remark though; the help files should contain a little bit more information to make things clear.
Nevertheless, it works now. Thanks for your assistance.
Post Reply