mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-05-31 06:13:55 +00:00
Update md
This commit is contained in:
parent
c9b0b69650
commit
dc65c1f42b
@ -23,15 +23,15 @@ This is a work in progress.
|
|||||||
####ALL:
|
####ALL:
|
||||||
Golang
|
Golang
|
||||||
//Gcc
|
//Gcc
|
||||||
//zlib & libpng (bitmap)
|
|
||||||
|
|
||||||
####For Mac OS X:
|
####For Mac OS X:
|
||||||
|
|
||||||
Xcode Command Line Tools
|
Xcode Command Line Tools
|
||||||
|
|
||||||
//brew install libpng
|
|
||||||
//brew install homebrew/dupes/zlib
|
|
||||||
####For Windows:
|
####For Windows:
|
||||||
|
|
||||||
MinGW or other GCC
|
MinGW or other GCC
|
||||||
|
|
||||||
####For everything else:
|
####For everything else:
|
||||||
GCC
|
GCC
|
||||||
|
|
||||||
|
@ -24,15 +24,15 @@ RobotGo 支持 Mac, Windows, and Linux(X11).
|
|||||||
####ALL:
|
####ALL:
|
||||||
Golang
|
Golang
|
||||||
//Gcc
|
//Gcc
|
||||||
//zlib & libpng (bitmap)
|
|
||||||
|
|
||||||
####For Mac OS X:
|
####For Mac OS X:
|
||||||
|
|
||||||
Xcode Command Line Tools
|
Xcode Command Line Tools
|
||||||
|
|
||||||
//brew install libpng
|
|
||||||
//brew install homebrew/dupes/zlib
|
|
||||||
####For Windows:
|
####For Windows:
|
||||||
|
|
||||||
MinGW or other GCC
|
MinGW or other GCC
|
||||||
|
|
||||||
####For everything else(Linux等其他系统):
|
####For everything else(Linux等其他系统):
|
||||||
GCC
|
GCC
|
||||||
|
|
||||||
|
@ -1,20 +1 @@
|
|||||||
// Copyright 2016 The go-vgo Project Developers. See the COPYRIGHT
|
|
||||||
// file at the top-level directory of this distribution and at
|
|
||||||
// http://www.
|
|
||||||
//
|
|
||||||
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
|
|
||||||
// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
|
|
||||||
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
|
|
||||||
// option. This file may not be copied, modified, or distributed
|
|
||||||
// except according to those terms.
|
|
||||||
|
|
||||||
class BMP
|
|
||||||
{
|
|
||||||
public:
|
|
||||||
size_t width;
|
|
||||||
size_t height;
|
|
||||||
size_t byteWidth;
|
|
||||||
uint8_t bitsPerPixel;
|
|
||||||
uint8_t bytesPerPixel;
|
|
||||||
uint8_t *image;
|
|
||||||
};
|
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
// Copyright 2016 The go-vgo Project Developers. See the COPYRIGHT
|
// Copyright 2016 The go-vgo Project Developers.
|
||||||
// file at the top-level directory of this distribution and at
|
|
||||||
// http://www.
|
// All Rights Reserved. See the COPYRIGHT file at
|
||||||
|
// the top-level directory of this distribution and at
|
||||||
|
// https://github.com/go-vgo/robotgo/blob/master/LICENSE
|
||||||
//
|
//
|
||||||
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
|
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
|
||||||
// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
|
// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
|
||||||
|
Loading…
Reference in New Issue
Block a user