Blake Thompson
|
e353225772
|
Modified the name of image_data_null to image_null.
|
2015-01-22 10:58:01 -06:00 |
|
Blake Thompson
|
e01ce5b7d6
|
Changed image_data_gray* to image_gray* Ref #2633.
|
2015-01-21 21:08:04 -06:00 |
|
Blake Thompson
|
22a384ef33
|
Moved image_data_rgba8 to image_rgba8. Ref #2633
|
2015-01-21 20:31:02 -06:00 |
|
Blake Thompson
|
0f388ed68f
|
Changed the name of image_data_any to image_any. Moved header file for image_data_any to image_any. Ref #2633
|
2015-01-21 19:40:12 -06:00 |
|
Blake Thompson
|
4184f75011
|
Moved premultiply and demultiply out of image_32 and other parts of the code. The image_data object is now responsible for keeping track of its own premultiplied_alpha status. Created a new utility method in image_util to preform premultiplication.
Added visitor pattern to several different methods as well to prepare for image_data_any including compositing.
Ref #2633
|
2015-01-14 12:42:30 -06:00 |
|
Blake Thompson
|
094d0ec3e1
|
Another large set of modifications, finally allow this branch to build. Mostly modifications to the image_util_* files. Different processing based on the image type is now possible, and save_to_stream now could possibly accept grayscale with out breaking existing code.
|
2015-01-08 19:31:14 -05:00 |
|
Blake Thompson
|
035557450d
|
Split out the process for tiff, webp, and jpeg into their own util folders. Added the intial concepts for an image_view_any variant.
|
2015-01-08 16:55:51 -05:00 |
|