Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Image.type property #42

Merged
merged 8 commits into from Aug 22, 2012
Merged

Image.type property #42

merged 8 commits into from Aug 22, 2012

Commits on Aug 8, 2012

  1. modified: wand/api.py

    - Added signature for the MagickGetImageType
    
    modified:   wand/image.py
    - Exposed more tuples in _all_ defining low-level types.
    - Implemented image.type() property, .e.g
    
        if img.type == 'grayscale':
            img.type = 'grayscalematte'
        assert img.type == 'grayscalematte'
    Yauhen Yakimovich committed Aug 8, 2012
    Copy the full SHA
    9343398 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2012

  1. Copy the full SHA
    dd0e751 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    fce3d7e View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    966870e View commit details
    Browse the repository at this point in the history
  4. Added tests for Image.type

    pflorczyk committed Aug 22, 2012
    Copy the full SHA
    fde23af View commit details
    Browse the repository at this point in the history
  5. Exposed ALPHA_CHANNEL_TYPES in wand.image.

    Fixed coding style while at it.
    pflorczyk committed Aug 22, 2012
    Copy the full SHA
    60c3101 View commit details
    Browse the repository at this point in the history
  6. Changed values in wand.image.ALPHA_CHANNEL_TYPE

    in order to stick with naming convention in other tuples
    pflorczyk committed Aug 22, 2012
    Copy the full SHA
    b7742b6 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    2ee0e65 View commit details
    Browse the repository at this point in the history