vcaesar
cc45178922
gofmt to 1.17 build tag
2021-09-15 11:57:59 -04:00
vcaesar
657cbe4701
add more key toggle function
2021-09-15 11:43:34 -04:00
vcaesar
51661803b1
Update go mod and Update README.md
2021-09-15 11:38:26 -04:00
vcaesar
cd0b69b3a1
add more bitmap examples code
2021-09-15 11:23:24 -04:00
vcaesar
9468b8fdde
Update README.md and example
2021-09-13 12:28:23 -04:00
vcaesar
aae0a14e7f
add SaveJpeg() function support
2021-09-13 12:07:32 -04:00
vcaesar
871ec1a2c4
Update go mod and xx.yml
2021-09-10 14:30:37 -04:00
vz
d4998c871c
Merge pull request #364 from go-vgo/bitmap-pr
...
add more img to bitmap examples code
2021-09-08 13:54:49 -04:00
vcaesar
05e35e1d1e
Update file name
2021-09-08 13:49:50 -04:00
vcaesar
621e6b4585
add more img to bitmap examples code
2021-09-08 13:46:11 -04:00
vz
c55761e55f
Merge pull request #363 from go-vgo/bitmap-pr
...
add ImgToBitmap and RGBAToBitmap support
2021-09-08 13:34:39 -04:00
vcaesar
3e402696be
Update and move image function to img.go
2021-09-08 13:28:42 -04:00
vcaesar
debdcc31d8
add ImgToBitmap and RGBAToBitmap support
2021-09-08 13:13:23 -04:00
vz
ed8d5e5c4f
Merge pull request #362 from go-vgo/bitmap-pr
...
add ToRGBA() function support
2021-09-07 14:40:55 -04:00
vcaesar
c562426b5e
add ToRGBA() function support
2021-09-07 12:44:31 -04:00
vz
6257bc4be9
Merge pull request #359 from go-vgo/bitmap-pr
...
Removed drop api example code and Update README.md
2021-08-27 14:35:17 -04:00
vcaesar
f04e5bf6a3
Removed drop api example code and Update README.md
2021-08-27 12:51:57 -04:00
vz
e09f3fef5f
Merge pull request #356 from go-vgo/bitmap-pr
...
Update go mod and circle.yml
2021-08-24 12:24:32 -04:00
vcaesar
9969a331a6
Remove unless example code and update circle.yml
2021-08-24 12:17:03 -04:00
vcaesar
6724c74c7a
Update circle.yml and travis.yml
2021-08-22 10:56:13 -04:00
vcaesar
a76997757b
Update go mod
2021-08-22 10:47:21 -04:00
vz
0e61a637be
Merge pull request #355 from go-vgo/bitmap-pr
...
Fixed Linux TypeStr() function input double quote
2021-08-21 11:06:11 -04:00
vcaesar
422f8fdc88
Fixed Linux TypeStr() function double quote
2021-08-21 10:58:08 -04:00
vz
5f77def0e4
Merge pull request #354 from xxxserxxx/get_title_garbage
...
Fixes #258 : char* arrays in C not being copied correctly
2021-08-20 11:34:48 -04:00
Sean E. Russell
a38bb946c1
Fixes #258 : char* arrays in C not being copied correctly
2021-08-19 13:28:02 -05:00
vz
44939e5933
Merge pull request #353 from go-vgo/bitmap-pr
...
Export ToUC function and update test code
2021-08-19 14:05:25 -04:00
vcaesar
45251144e5
Export ToUC function and update test code
2021-08-19 14:03:11 -04:00
vz
58057ea219
Merge pull request #352 from xxxserxxx/disappearingBackslash
...
This fixes the disappearing backslash issue
2021-08-19 13:50:09 -04:00
Sean E. Russell
450feedc11
This fixes #351
2021-08-18 16:11:05 -05:00
vz
9483a7f010
Merge pull request #350 from go-vgo/bitmap-pr
...
add windows arm support [step 1]
2021-08-18 10:03:33 -04:00
vcaesar
b99994998d
Update png.h path
2021-08-17 13:09:25 -04:00
vcaesar
9b1346d066
add windows arm support
2021-08-17 13:01:21 -04:00
vz
2b0f8633ac
Merge pull request #349 from go-vgo/bitmap-pr
...
Update README.md and Update Dockerfile and go.yml
2021-08-17 12:38:50 -04:00
vcaesar
4fcd79c208
Update Dockerfile and go.yml
2021-08-17 12:32:26 -04:00
vcaesar
2daa5b775e
Update README.md
2021-08-17 12:29:01 -04:00
vcaesar
294346face
Merge remote-tracking branch 'origin/master' into bitmap-pr
2021-08-17 12:00:21 -04:00
hi20160616
7b5dd14927
Update README.md Section ####Other to windows ( #348 )
...
* Update README.md section Ubuntu
I'd try and pass test for cross-compile on ubuntu to windows i386 and x86_64, my case: https://github.com/hi20160616/robotclick/blob/main/.github/workflows/goreleaser.yml
I dig and read many issues here, and collect the right way to cross-compile for windows binary.
I think it will help someone like me to fix bugs while cross compile.
like error `zlib.h cannot find out` usually because of we installed it via source, that not useful on **mingw-w64**.
I also suggest this update to let newbee easy to use this grand code.
* Update README.md section #### Other to windows
I'd try and pass test for cross-compile on ubuntu to windows i386 and x86_64, my case: https://github.com/hi20160616/robotclick/blob/main/.github/workflows/goreleaser.yml .
I dig and read many issues here, and collect the right way to cross-compile for windows binary.
I think it will help someone like me to fix bugs while cross compile.
like error `zlib.h cannot find out` usually because of we installed it via source, that not useful on **mingw-w64**.
I also suggest this update to let newbee easy to use this grand code.
2021-08-17 11:56:38 -04:00
vcaesar
b57c40186d
update dockerfile and appveyor.yml
2021-08-07 14:00:23 -04:00
vz
336f647d75
Merge pull request #347 from go-vgo/bitmap-pr
...
add mac os M1 support and update examples
2021-07-29 11:58:50 -04:00
vcaesar
3dba431fcd
add mac os M1 support
2021-07-29 11:54:29 -04:00
vcaesar
8f377aaa53
Merge remote-tracking branch 'origin/master' into bitmap-pr
2021-07-27 11:05:24 -04:00
vcaesar
d008e6aa25
Update clipboard example code
2021-07-26 13:38:55 -04:00
vz
6f34d75bbc
Merge pull request #344 from go-vgo/bitmap-pr
...
add more bitmap examples
2021-07-20 12:07:23 -04:00
vcaesar
7bbc39e975
add more bitmap examples
2021-07-20 11:45:50 -04:00
vcaesar
2a8a0e9d92
update dockerfile and appveyor.yml
2021-07-13 13:06:00 -04:00
vz
5bd4a2c50d
Merge pull request #340 from go-vgo/bitmap-pr
...
update gohook fixed warning
2021-06-10 13:28:09 -04:00
vcaesar
8d3cb6a6e0
update gohook fixed warning
2021-06-10 13:22:16 -04:00
vz
b1f632fd0c
Merge pull request #339 from go-vgo/bitmap-pr
...
update gops, go mod and dockerfile
2021-06-09 12:21:15 -04:00
vcaesar
1a59ed4cc1
update gops to v0.20.0 and other mod pkg
2021-06-09 12:18:45 -04:00
vcaesar
0ad9a5bbb9
update dockerfile and appveyor.yml
2021-06-05 12:34:51 -04:00