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

I've implemented a screenshot function of NSView, UIView and GLKView. #230

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Jun 25, 2013

  1. Implement UIView#captureBase64PngImage and support GLKView.

    Toshiyuki Suzumura committed Jun 25, 2013
    Configuration menu
    Copy the full SHA
    08c3a67 View commit details
    Browse the repository at this point in the history
  2. Implement NSView#captureBase64PngImage

    Toshiyuki Suzumura committed Jun 25, 2013
    Configuration menu
    Copy the full SHA
    babde74 View commit details
    Browse the repository at this point in the history
  3. Implement FrankHelper#capture

    Toshiyuki Suzumura committed Jun 25, 2013
    Configuration menu
    Copy the full SHA
    25d0f09 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2013

  1. Check representations is not empty.

    Toshiyuki Suzumura committed Jul 2, 2013
    Configuration menu
    Copy the full SHA
    e05604b View commit details
    Browse the repository at this point in the history
  2. Update NSView+FrankImageCapture.m

    Toshiyuki Suzumura committed Jul 2, 2013
    Configuration menu
    Copy the full SHA
    43e06af View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2013

  1. Separate the call of GLKView#snapshot from UIView#captureImage. And a…

    …dd depends.
    Toshiyuki Suzumura committed Jul 3, 2013
    Configuration menu
    Copy the full SHA
    68b719e View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2013

  1. Remove captureBase64PngImage from UIVew and NSView.

    Toshiyuki Suzumura committed Jul 4, 2013
    Configuration menu
    Copy the full SHA
    a46dbb4 View commit details
    Browse the repository at this point in the history
  2. Implement FEX_UID for UIVew and NSView.

    Toshiyuki Suzumura committed Jul 4, 2013
    Configuration menu
    Copy the full SHA
    207e285 View commit details
    Browse the repository at this point in the history
  3. Implement capture method with ImageCaptureRoute and FEX_UID.

    Toshiyuki Suzumura committed Jul 4, 2013
    Configuration menu
    Copy the full SHA
    1a434ab View commit details
    Browse the repository at this point in the history
  4. Modify to use FEX_UID to build uid-string.

    Toshiyuki Suzumura committed Jul 4, 2013
    Configuration menu
    Copy the full SHA
    0645273 View commit details
    Browse the repository at this point in the history