ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Henning Hraban Ramm <texml@fiee.net>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Arithmetic overflow on placing an external figure in MP
Date: Sat, 7 Sep 2019 22:47:26 +0200	[thread overview]
Message-ID: <AC5EF052-8203-4E2C-9660-63D810AD9BAA@fiee.net> (raw)

Bear with me, I still got no experience in MetaPost…

I’m trying to place a pixel image on a MP page.

According to the MetaFun manual this should work:

\startMPpage
draw externalfigure "mill.png" scaled 5cm shifted (-6cm,0) ;
\stopMPpage

And it works with mill.png (copied into my test dir), but with none of my other PNGs, I always get

! Arithmetic overflow.
<*> ...xternalfigure "dodo.png" scaled 5cm shifted
(-6cm,0) ; ;
Uh, oh. A little while ago one of the quantities that I was
computing got too large, so I'm afraid your answers will be
somewhat askew. You'll probably have to adopt different
tactics next time. But I shall try to carry on anyway.

[1]

1     \startMPpage
2     draw externalfigure "dodo.png" scaled 5cm shifted (-6cm,0) ;
3 >>  \stopMPpage
4


The same image file works with

\starttext
\externalfigure[dodo][height=8cm]
\stoptext

What’s wrong?

The image is here:
https://github.com/fiee/ConTeXt/raw/master/tshirts/img/dodo.png


Greetlings, Hraban
---
https://www.fiee.net
http://wiki.contextgarden.net
https://www.dreiviertelhaus.de
GPG Key ID 1C9B22FD

___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

             reply	other threads:[~2019-09-07 20:47 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-07 20:47 Henning Hraban Ramm [this message]
2019-09-07 22:16 ` Fabrice L
2019-09-08 10:43 ` Hans Hagen

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=AC5EF052-8203-4E2C-9660-63D810AD9BAA@fiee.net \
    --to=texml@fiee.net \
    --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).