ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: juh+ntg-context--- via ntg-context <ntg-context@ntg.nl>
To: ntg-context@ntg.nl
Cc: juh+ntg-context@mailbox.org
Subject: Re:  setupexternalfigures and resoĺution
Date: Thu, 1 Sep 2022 12:37:11 +0200	[thread overview]
Message-ID: <88e5fed0-4924-00e8-36b3-e126f1091966@mailbox.org> (raw)
In-Reply-To: <b54ad5ac-73c9-70b7-0d22-c404adf39ba0@fiee.net>

Hi Hraban,

Am 01.09.22 um 10:56 schrieb Henning Hraban Ramm via ntg-context:
> \startluacode
> local function downsampler(oldname, newname, resolution)
>      if not resolution or resolution == "" then
>          resolution = 72
>      end
>      local cmd = string.format(
>        [[gm convert -resample %ix%i %s %s]],
>        resolution, resolution, oldname, newname)
>      os.execute(cmd)
> end
> 
> -- Set the PDF and default JPEG converters to the above function.
> figures.converters.jpg.pdf = downsampler
> figures.converters.jpg.default = downsampler
> \stopluacode
> 
> I didn’t manage to plug this into the "conversion" mechanism.

Thanks a lot. With this I get 5.9MB instead of 13MB.

Maybe I can skip postprocessing the pdf file with ps2pdf.

 From an error message I guess that this script also tries to downsample 
png files. Is that correct?

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

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : https://contextgarden.net
___________________________________________________________________________________

  reply	other threads:[~2022-09-01 10:37 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-01  8:44 juh+ntg-context--- via ntg-context
2022-09-01  8:51 ` Henning Hraban Ramm via ntg-context
2022-09-01  8:56   ` Henning Hraban Ramm via ntg-context
2022-09-01 10:37     ` juh+ntg-context--- via ntg-context [this message]
2022-09-01 13:05       ` Henning Hraban Ramm via ntg-context
2022-09-01 11:43   ` juh+ntg-context--- via ntg-context
2022-09-01 13:04     ` Henning Hraban Ramm via ntg-context
2022-09-01 17:22       ` juh+ntg-context--- via ntg-context
2022-09-02  8:39   ` Keith McKay via ntg-context
2022-09-02  9:26     ` Henning Hraban Ramm via ntg-context

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=88e5fed0-4924-00e8-36b3-e126f1091966@mailbox.org \
    --to=ntg-context@ntg.nl \
    --cc=juh+ntg-context@mailbox.org \
    /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).