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?
Center image(s) for printing
-
afx
- Posts: 1675
- Joined: Thu Jan 12, 2012 1:38 pm
- 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
Use a custom layout.
cheers
afx
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
Bibble since 2005 // W7 64 on quad Phenom // Ubuntu 14.4 on quad i7 and dualcore AMD // Images
Re: Center image(s) for printing
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
- 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
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:
cheers
afx
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
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
Bibble since 2005 // W7 64 on quad Phenom // Ubuntu 14.4 on quad i7 and dualcore AMD // Images
Re: Center image(s) for printing
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:cheersCode: Select all
[cell1] type = image image = 0 coordinates = percent x = 50 y = 50 width = 900 height = 900 scalemode = reduce bestfit = false
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.

What am I missing?
-
afx
- Posts: 1675
- Joined: Thu Jan 12, 2012 1:38 pm
- 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
You need to create a layout file and then reference that in the queue when set to custom.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.
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
Bibble since 2005 // W7 64 on quad Phenom // Ubuntu 14.4 on quad i7 and dualcore AMD // Images
Re: Center image(s) for printing
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.
Nevertheless, it works now. Thanks for your assistance.
