sailfish009
sailfish009
it also didn't worked. ``` BasicBitmap bitmap = BasicBitmap(width_, height_,BasicBitmap::A8R8G8B8, pixelsPtr_, 2048); PAINTSTRUCT ps; HDC hdc = ::BeginPaint(window, &ps); assert(hdc != nullptr); ::SetStretchBltMode(hdc, HALFTONE); bitmap.SetDIBitsToDevice(hdc, 0, 0, width_, height_, 0,...
nope, it didn't worked, too. i had tried following codes, it didn't. ``` BasicBitmap bitmap = BasicBitmap(width_, height_, BasicBitmap::R8G8B8, pixelsPtr_, width_ > 1); ``` however, for sure, checked that legacy...
Direct2D, Direct3D, Win32(StretchDIBits) all works fine, But, Still BasicBitmap doesn't worked.
you could use StringIO, but most case BytesIO is correct solution.
Hi, https://github.com/SabakiHQ/Sabaki/releases Menu In latest Sabaki v0.43.3 version, when click **Tools -> Invert Colors**, stone color toggled(white -> black or black -> white). Many Thanks.
i modified gogui source code, it seems to be works basically. https://github.com/Remi-Coulom/gogui/compare/master...sailfish009:master
no plan, patch size is really small! (i left the company that has c++ builder)
want to have columns filter rather than row filter.
keras version: 2.4.3 K.common.normalize_data_format(data_format) AttributeError: module 'keras.backend' has no attribute 'common'
https://stackoverflow.com/questions/53442190/importerror-cannot-import-name-normalize-data-format ``` import keras.backend as K def normalize_data_format(value): if value is None: value = K.image_data_format() data_format = value.lower() if data_format not in {'channels_first', 'channels_last'}: raise ValueError('The `data_format` argument must be...