Git Product home page Git Product logo

pybmp's Issues

sample script does not execute

What steps will reproduce the problem?

1. copy the example script on the homepage (http://code.google.com/p/pybmp/)
2. run the script

What is the expected output? What do you see instead?

I expected the script to execute without error.
I saw the script error: ImportError: No module named bmpfont_arialbd_12

What version of the product are you using? On what operating system?

0.3

Please provide any additional information below.

Change the example script on the homepage to say:
"import bmpfont_arial_12" to match the name of the actual python module name 
included in the download.

Original issue reported on code.google.com by [email protected] on 24 Dec 2012 at 10:47

how to convert jpg to bmp and convert bmp to jpg on gae?

Image provided by the google.appengine.api.images module
execute_transforms(output_encoding=images.PNG, quality=None )
output_encoding
The desired format of the transformed image. This is either images.PNG or 
images.JPEG. The default is images.PNG. but no bmp

Original issue reported on code.google.com by [email protected] on 28 Mar 2011 at 9:06

line_padding error

The line_padding in read&write BMP format maybe:
       (4 - ( width*3 % 4 ) ) % 4
instead of 
       (4 - ( width % 4 ) ) % 4
.

Original issue reported on code.google.com by [email protected] on 14 Apr 2011 at 5:02

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.