-
Hi there,
I'm trying to add this library into my app and for some reason it is not letting me add this.
Here's my app's build.gradle:
```
apply plugin: 'com.android.application'
android {
comp…
-
With the parameter combination of
```
mask_images 1
mstar_ext 0
mstar_int 0
```
A section of the code (see Code Section, but I believe that this issue is repeated elsewhere) fails be…
-
In order to tell the code to use a mask it is necessary to set:
```
star_ext_mask FileName.reg
mask_images 1
mstar_ext 0
```
It makes much more sense to me that if a file is given in `star_e…
-
My development platform is Debian x64 and I would like to build this x64.
-
```
Here is a patch from Wayne Su (mstar) of ptt.cc .
```
Original issue reported on code.google.com by `fourdollars` on 20 Apr 2011 at 7:13
Attachments:
- [pcmanx-mls-gtk2-1.0.patch](https://storag…
-
```
Using your test file 5176.CFF.pdf:
[user@localhost pdfsizeopt]$ python pdfsizeopt.py --use-pngout=true
--use-jbig2=true --use-multivalent=true 5176.CFF.pdf
info: This is pdfsizeopt.py rUNKNOWN…
-
感谢你的开源工作,只是不大明白SDL2已经支持android,好像采用的EGL,为什么还要做个LIBSDL采用mediaextractor?
-
Either http://www.filefactory.com/file/hf25bkuqpzp/XT1563_LUX_RETCA-BELL_6.0.1_MPD24.107-52_cid14_subsidy-BELLCA_CFC.xml.zip or here https://mega.nz/#!RxlhGZiA!SVmYhuRyUcD0BWZ-VJ2BWL0057iZZuUI9qiIxf3p…
-
```
Using your test file 5176.CFF.pdf:
[user@localhost pdfsizeopt]$ python pdfsizeopt.py --use-pngout=true
--use-jbig2=true --use-multivalent=true 5176.CFF.pdf
info: This is pdfsizeopt.py rUNKNOWN…
-
Here's a starting point:
```
override func setup() {
let star = C4Star(center: canvas.center, pointCount: 10, innerRadius: 30, outerRadius: 60)
canvas.add(star)
star.lineWidth = 10.0
…