0
0
Fork 0
Commit Graph

11 Commits

Author SHA1 Message Date
Stormwind 0f96f9c139 Use new writing of "rmagick" 2015-10-22 12:28:12 +02:00
Stormwind b25e71486a Fix typo 2015-10-22 12:18:34 +02:00
Stormwind 6916446089 Tidy up not needed variables 2015-04-26 07:30:25 +02:00
Stormwind e14e083901 The output classes now use the new storage interface 2015-04-26 07:16:48 +02:00
Stormwind 66b2becebd Rework output API
Now you give the data at the creation of the object to render it
later.
So you need to create a new output object for every new set of data.
2015-04-25 17:02:39 +02:00
Stormwind f5efd50d9f Improvement of Rubella::Output::Image
The class now overwrites the constructor of the basic class to set a default
field_size value of 15 pixels.
It also returns self in the create method corresponding to the base class.
Plus I've added the documentation.
2015-02-24 20:57:56 +01:00
Stormwind 65cf4f6b15 Use Rubella::Output::Base
Not complete yet.
2015-02-23 22:29:18 +01:00
Stormwind 9f653408d7 Use new Storage class
The new Storage class is now used. It's atm not used, as it should be, but for
the first implementation it's okay. Improvement will follow.
2015-02-23 22:00:32 +01:00
Stormwind 27b0a3dbda Be able to create an image from data
At the moment the image is simply shown to the user. But we need something
better. The user must be able to decide, what happens.
Also I want support for other colors.
2015-02-18 23:45:53 +01:00
Stormwind fb562d5c5f Add saving of the to the constuctor given data
Now we'll not only load the given classes, we will use them.
2015-02-17 22:28:31 +01:00
Stormwind d3531e8d2b Started implementation of rubella
Dunno why there is no earlier commit...

Map class is probably a little bit too static. I will rewort this later, but
first we'll finish some of the other stuff.
2015-02-17 22:03:32 +01:00