issues
search
Sometrik
/
canvas
C++ canvas implementation
MIT License
37
stars
8
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
How to build and run this code in windows?
#91
gzx-miller
opened
1 year ago
0
Quartz2DSurface() doesn't use _num_channels parameter in calculating bitmap size
#90
rekola
closed
6 years ago
0
Floyd-Steinberg for RGB555 doesn't work for images with odd width
#89
rekola
closed
6 years ago
1
ContextGDIPlus.h does not build
#88
avaer
closed
2 years ago
3
Don't divide Floyd-Steinberg errors until needed
#87
rekola
opened
6 years ago
0
Arc parameters don't survive transformation on Android
#86
rekola
closed
2 years ago
1
Move drawing code out of Surface
#85
rekola
opened
6 years ago
0
Switch to GDK Cairo
#84
rekola
closed
2 years ago
1
Rename Surface to NativeBitmap
#83
rekola
opened
6 years ago
0
createPackedImage has hard-coded format
#82
rekola
opened
6 years ago
0
Rename PackedImage to Bitmap
#81
rekola
opened
6 years ago
0
Add native bitmap to Image
#80
rekola
opened
6 years ago
0
Release locked pixels in destructor
#79
rekola
opened
6 years ago
0
Add method to Surface for creating PackedImageData directly
#78
rekola
closed
6 years ago
1
ContextCairo has hard coded asset directory
#77
rekola
opened
7 years ago
0
~AndroidSurface() sets paint to NULL
#76
rekola
opened
7 years ago
0
Cache image formats
#75
rekola
opened
7 years ago
1
Local reference table overflow
#74
rekola
closed
7 years ago
0
Add specific code for all image packing modes
#73
rekola
closed
7 years ago
0
Image doesn't load due to bad component count
#72
rekola
opened
7 years ago
1
Check exceptions after every method call that could throw
#71
rekola
opened
7 years ago
0
Remove Surface.cpp
#70
rekola
closed
7 years ago
0
Remove Context.cpp
#69
rekola
closed
7 years ago
0
CairoContext reserves too much memory for single channel image
#68
rekola
closed
7 years ago
0
When doing dithering, mask off lower bits so bit shifting is simpler
#67
rekola
opened
7 years ago
0
Refactor FloydSteinberg not to copy RGBA32 data
#66
rekola
closed
7 years ago
1
AndroidSurface::imageToBitmap() only works with RGBA images
#65
rekola
closed
7 years ago
0
Canvas throws a Java exception
#64
rekola
closed
7 years ago
1
stb_image doesn't work with images that have bitdepth less than 8
#63
rekola
opened
7 years ago
0
Quartz2DSurface::drawImage() failure is not handled
#62
rekola
closed
6 years ago
1
Remove texture filter enums
#61
rekola
closed
7 years ago
0
Use unique_ptr for the pointer in ImageData
#60
rekola
closed
7 years ago
1
AndroidSurface::releaseMemory() is not implemented
#59
rekola
closed
7 years ago
1
Quartz2DImage::loadFile() doesn't release memory
#58
rekola
closed
6 years ago
0
Move all OpenGL code to framework
#57
rekola
closed
7 years ago
1
Remove OpenGLTexture::createTexture(Surface & surface)
#56
rekola
closed
7 years ago
1
UTF-8 conversion missing from ContextAndroid::Paint::measureText()
#55
rekola
closed
7 years ago
0
Factories need to return unique_ptr objects
#54
rekola
closed
7 years ago
0
Image class is not abstract
#53
rekola
closed
7 years ago
0
Quartz2DImage::loadImage() leaks memory
#52
rekola
closed
6 years ago
1
Remove exotic formats from ImageData
#51
rekola
closed
7 years ago
0
Instead of passing multiple state variables to render methods of Surface, pass the GraphicsState
#50
rekola
opened
7 years ago
0
Font family is hard coded to Arial in Quartz2D backend
#49
rekola
opened
7 years ago
0
Font family is hard coded to Arial in GDI+ canvas
#48
rekola
opened
7 years ago
0
Use Floyd-Steinberg dithering when decreasing color depth
#47
rekola
closed
7 years ago
0
Use template to combine FloatAttribute and BoolAttribute
#46
rekola
closed
7 years ago
0
When using bw canvas on Cairo, drawn images should be converted to luminance-alpha
#45
rekola
closed
2 years ago
1
Add support for colored emoticons
#44
rekola
opened
7 years ago
0
Keep textures inside an Image class so that they can easily be reloaded
#43
rekola
closed
7 years ago
1
Remove logical size from Textures
#42
rekola
closed
7 years ago
1
Next