ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: <josephcanedo@gmail.com>
To: "ntg-context@ntg.nl" <ntg-context@ntg.nl>
Subject: Re:  How to scale an external figure from lua ?
Date: Mon, 9 Nov 2015 21:34:45 +0000	[thread overview]
Message-ID: <8f5102bb232a46b1a2e1c0c29785a77d@gmail.com> (raw)
In-Reply-To: <028ef54476eb461094a9ddfbaca1fa08@gmail.com>


[-- Attachment #1.1: Type: text/plain, Size: 1144 bytes --]

More precisely, I would like to get width and height of the scaled figure Inside lua code, to perform some checks.

Thanks again


Joseph





From: josephcanedo@gmail.com
Sent: ‎Monday‎, ‎November‎ ‎9‎, ‎2015 ‎10‎:‎12‎ ‎PM
To: ntg-context@ntg.nl





Dear all,




I am trying to write some lua code that loads some pdf file and scales it. I have the following code (got from previous question here to get number of pages from a pdf and from source files).




 local figure = figures.push { name = filename, scale = N } -- scale value does not seem to be taken in account
 assert(figure, 'Could not load figure from file ' .. filename)
 figures.identify()
 figures.check()
 figures.dummy() -- needed ?
 figures.scale() -- how to pass the scaling factor ?
 local d = figures.done()
 print('Scales ' .. figure.status.xscale .. ' ' .. figure.status.yscale) -- outputs Scales 1 1
 figures.pop()






Hoping that’s possible to do in lua code and my questions are not too dumb (still a beginner in ConTeXt).




Many thanks for your help,




Best regards




JC

[-- Attachment #1.2: Type: text/html, Size: 3065 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

      reply	other threads:[~2015-11-09 21:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-09 21:12 josephcanedo
2015-11-09 21:34 ` josephcanedo [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8f5102bb232a46b1a2e1c0c29785a77d@gmail.com \
    --to=josephcanedo@gmail.com \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).