Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Let CFIndex&CFRelease be public #80

Merged
merged 1 commit into from May 12, 2016
Merged

Let CFIndex&CFRelease be public #80

merged 1 commit into from May 12, 2016

Conversation

@LuoZijun
Copy link
Contributor

LuoZijun commented May 11, 2016

#22


This change is Reviewable

Luo
@metajack
Copy link
Contributor

metajack commented May 11, 2016

@pcwalton
Copy link
Contributor

pcwalton commented May 12, 2016

@bors-servo
Copy link
Contributor

bors-servo commented May 12, 2016

📌 Commit 42c5220 has been approved by pcwalton

@bors-servo
Copy link
Contributor

bors-servo commented May 12, 2016

Testing commit 42c5220 with merge 29324d1...

bors-servo added a commit that referenced this pull request May 12, 2016
Let CFIndex&CFRelease be public

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/core-foundation-rs/80)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

bors-servo commented May 12, 2016

☀️ Test successful - travis

@bors-servo bors-servo merged commit 42c5220 into servo:master May 12, 2016
2 checks passed
2 checks passed
continuous-integration/travis-ci/pr The Travis CI build passed
Details
homu Test successful
Details
jdm pushed a commit that referenced this pull request Feb 1, 2018
Introduces CGWindowList API for window capturing and improves `CGImage` and `CGContext`

Initially I just wanted to rewrite servo/core-graphics-rs#52 as it seems that the author is not interested in changing his pull request. So I just implemented `CGImage` bindings, but today another pull request has been merged (servo/core-graphics-rs#79) which does exactly the same.

This pull request still improves some things in regards to `CGImage`, the most important ones are:
* Now `CGImage` uses `CGImageRelease` instead of `CFRelease` (it's a much safer to use `CGImageRelease` here, as it does not crash if you pass a `NULL` image reference to it).
* Now you can retrieve bytes from `CGImage` (uses data provider and copies the bytes from it).

Also several improvements in `CGContext`:
* Added a function `create_image()`, which allows you to create an image out of existing `CGContext`.
* Now it is possible to specify a data pointer passed as a first parameter to the `CGBitmapContextCreate()` upon `CGContext` creation -- very important thing when you deal with images as it allows you to specify your own buffer instead of allocating and copying an additional one from the context (tested it on my machine, it gave me 18.46% of performance boost).

And of course this pull requests adds `CGWindowListCreateImage()` and related things, so now window capturing is possible.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/core-graphics-rs/80)
<!-- Reviewable:end -->
jdm pushed a commit that referenced this pull request Feb 1, 2018
Bump the version for a new release

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/core-text-rs/80)
<!-- Reviewable:end -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

4 participants
You can’t perform that action at this time.