Article Preview
Buy Now
COLUMN
Fun with GraphicsMagick
Cool methods from the GMImageMBS class
Issue: 19.6 (November/December 2021)
Author: Stefanie Juchmes
Author Bio: Stefanie studied computer science at the university in Bonn. She came in touch with Xojo due to the work of her brother-in-law and got a junior developer position in early 2019 at Monkeybread Software.
Article Description: No description available.
Article Length (in bytes): 10,674
Starting Page Number: 68
Article Number: 19609
Resource File(s):
project19609.zip Updated: 2021-10-31 22:33:12
Related Link(s): None
Excerpt of article text...
In this article I want to show you some cool methods from the
GMImageMBS
class that is included in the MBSGraphicsMagick
plugin.GraphicsMagick
makes it easy for you to work with images. You can create images or edit already existing images. For example, you can use filters and effects on an already existing image or crop it.I would like to give you a small insight with an example.
The GUI of the example consists roughly of a canvas and many buttons with individual functionalities behind them (see Figure 1).
At the start of the program we pass a picture of the MBS logo to the property pic.
pic = LogoMBS(500)
...End of Excerpt. Please purchase the magazine to read the full article.