This website requires JavaScript.
Explore
Help
Sign in
luisgulo
/
gambas-source-code
Watch
1
Star
0
Fork
You've already forked gambas-source-code
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
d58030036a
gambas-source-code
/
main
/
lib
/
image
/
gb.image.component
6 lines
88 B
Text
Raw
Normal View
History
Unescape
Escape
[GB.IMAGE] * NEW: The new gb.image component is now located in the main sub-package. Here are the first files, but they do nothing at the moment. git-svn-id: svn://localhost/gambas/trunk@1798 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2009-01-13 01:45:06 +01:00
[Component]
[INTERPRETER] * NEW: Requesting a component interface automatically loads the component now. * NEW: The Image and Picture functions in the interpreter API were removed. [GB.DRAW] * NEW: A new function in the Draw interface to get the size of a picture. This function replaces the removed Picture interpreter API. [GB.IMAGE] * NEW: This is a new component that manages images in memory. It implements the Image class, can create images of many formats (RGB, RGBA, BGRA...) and convert image data between different formats. This component replaces the previous interpreter Image API. All components were ported to this new image management system by loading this component automatically. Beware that the Image constructor has changed! The transparent property has been removed, and there is an optional color argument that is used for initializing the image data. Moreover, many classes (Webcam, PdfDocument...) that have an Image property lost their Picture property. Now to get a Picture, you must use the Image property and then convert the Image to a Picture. [GB.QT] * BUG: As now the Image class overrides the one located in gb.image, it must be declared early, at least earlier than the Picture class. git-svn-id: svn://localhost/gambas/trunk@1803 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2009-01-17 00:12:10 +01:00
Key=gb.image
Name=Image buffer support
[GB.IMAGE] * NEW: The new gb.image component is now located in the main sub-package. Here are the first files, but they do nothing at the moment. git-svn-id: svn://localhost/gambas/trunk@1798 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2009-01-13 01:45:06 +01:00
Author=Benoît Minisini
[CONFIGURATION] * BUG: Harmonize the messages displayed when DESTDIR or ROOT is used during compilation. * NEW: Switch version number to 2.99.1 and bytecode version to 3.0.0. WARNING! ALL GAMBAS PROJECTS MUST BE RECOMPILED. [DEVELOPMENT ENVIRONMENT] * BUG: Generated Debian packages now correctly depends on gambas3-dev and not gambas2-dev. [GB.QT4.OPENGL] * NEW: Remove the GlArea.Text() method, as it may be impossible to implement inside gb.gtk.opengl. git-svn-id: svn://localhost/gambas/trunk@3673 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2011-03-21 13:46:52 +01:00
State=Stable
Reference in a new issue
Copy permalink