OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [docbook-apps] [SPAM] How to rotate images?


Oddly enough, there is no way to indicate a rotated image in DocBook. 
There is no orient="land" attribute as there is on CALS tables.

Assuming you add a processing instruction to your mediaobject, imageobject, 
or imagedata element to indicate a rotated image, you could write a 
customization of the template named 'process.image' from fo/graphics.xsl 
that puts the fo:external-graphic into an fo:block-container:

<fo:block-container reference-orientation="90">
  <fo:external-graphic ...

Or you could use image editing software and create a copy of your image 
file with the image rotated.

Bob Stayton
Sagehill Enterprises
DocBook Consulting
bobs@sagehill.net


----- Original Message ----- 
From: "Darya Said-Akbari" <darya_akbari@yahoo.com>
To: <docbook-apps@lists.oasis-open.org>
Sent: Friday, October 06, 2006 5:48 PM
Subject: [docbook-apps] [SPAM] How to rotate images?


> Hi,
>
> Is there a way I can rotate my images with DocBook
> XSL?
>
> Regards,
> Darya
>
>
>
> ___________________________________________________________
> Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org
> For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org
>
>
> 




[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]