[racket-dev] [plt] Push #28022: master branch updated

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Mon Jan 6 23:36:05 EST 2014

At Mon, 06 Jan 2014 20:57:53 -0700, Neil Toronto wrote:
> On 01/06/2014 07:38 PM, mflatt at racket-lang.org wrote:
> >
> > eda4f35 Matthew Flatt <mflatt at racket-lang.org> 2014-01-06 18:52
> > :
> > | file/convertible: declare 'png at 2x-bytes conversion variant
> > |
> > | The 'png at 2x-bytes variant is like 'png-bytes, but where the decoded
> > | bytes are intended to be scaled by 1/2.
> > |
> > | Consumers:
> > |
> > |  - DrRacket's print handler
> > |
> > |  - Scribble's HTML renderer
> > |
> > | Producers:
> > |
> > |  - `bitmap%`s where the scaling factor is 2
> > |
> > |  - picts
> > |
> > | Examples: Quick docs, docs for `images/icons/misc`, DrRacket interactions
> > | for results of `images/icons/misc` functions.
> 
> Is there a way to make Scribble request 'png at 2x-bytes when building the 
> Plot docs?

Scribble always requests 'png at 2x-bytes before 'png-bytes, but I need to
push a repair to `image-snip%`.


Posted on the dev mailing list.