[cairo-announce] [[SPAM] [HEAD] [SMTP1] THIS EMAIL LOOKS LIKE SPAM] - ANN: pycairo release 1.2.0 now available - Email has different SMTP TO: and MIME TO: fields in the email addresses

Steven Chaplin stevech1097 at yahoo.com.au
Sun Jul 2 21:17:48 PDT 2006


Pycairo is a set of Python bindings for the multi-platform 2D graphics
library cairo.
 http://cairographics.org
 http://cairographics.org/pycairo

A new pycairo release 1.2.0 is now available from:

        http://cairographics.org/releases/pycairo-1.2.0.tar.gz
        http://cairographics.org/releases/pycairo-1.2.0.tar.gz.md5

        ab531e02fda56a9d6b2b65153fda65f6  pycairo-1.2.0.tar.gz


Overview of changes from pycairo 1.1.6 to pycairo 1.2.0
=======================================================
General changes:
Pycairo has been updated to work with cairo 1.2.0.

New methods:
    Surface.set_fallback_resolution
    Surface_get_content
    ImageSurface_get_format
    Image_surface_get_stride

Deleted methods:
    PDFSurface.set_dpi, PSSurface.set_dpi, SVGSurface.set_dpi
     - replaced by Surface.set_fallback_resolution

Other changes:
    cairo.FORMAT_RGB16_565 added


Overview of changes from pycairo 1.0.2 to pycairo 1.1.6
=======================================================
General changes:
Pycairo has been updated to work with cairo 1.1.6.

New objects:
    SVGSurface

New methods:
    Context.get_group_target
    Context.new_sub_path
    Context.pop_group
    Context.pop_group_to_source
    Context.push_group
    Context.push_group_with_content
    FontOptions.get_antialias
    FontOptions.get_hint_metrics
    FontOptions.get_hint_style
    FontOptions.get_subpixel_order
    FontOptions.set_antialias
    FontOptions.set_hint_metrics
    FontOptions.set_hint_style
    FontOptions.set_subpixel_order
    PDFSurface.set_size
    PSSurface.dsc_begin_page_setup
    PSSurface.dsc_begin_setup
    PSSurface.dsc_comment
    PSSurface.set_size
    ScaledFont.get_font_face
    ScaledFont.text_extents
    Surface.get_device_offset
    XlibSurface.get_depth

Updated methods:
    PDFSurface()/PSSurface() - can now write to file-like objects (like
    StringIO).

    surface.write_to_png() and ImageSurface.create_from_png() can now
    write to file-like objects (like StringIO).

    select_font_face, show_text, text_extents and text_path now accept
    unicode objects.

Other changes:
    misc bug fixes.

New examples:
    examples/cairo_snippets/snippets_svg.py
    examples/cairo_snippets/snippets/ellipse.py
    examples/cairo_snippets/snippets/group.py
    examples/svg/svgconvert.py


Send instant messages to your online friends http://au.messenger.yahoo.com 
-- 
http://mail.python.org/mailman/listinfo/python-announce-list

        Support the Python Software Foundation:
        http://www.python.org/psf/donations.html


More information about the cairo-announce mailing list