Giter Site home page Giter Site logo

Comments (17)

mhousser avatar mhousser commented on July 24, 2024 2

Nevermind, I see now that 1.1.1 is published and I have included it in Android Studio.

It works! Finally this library works very well for me and chosen/taken pictures are centred nicely in the cropping area by default.

from scissors.

ZoroYouth avatar ZoroYouth commented on July 24, 2024 1

@nshmura Good job.I have tried your method and it works well,thank you

from scissors.

mhousser avatar mhousser commented on July 24, 2024

Wondering the same thing. Taking a picture with the camera, and then after the camera activity result, I'm doing:

cropView.extensions().load(new File(newImageFilename));

But the image is bottom aligned to the base of the 'cropping square'...

from scissors.

eveliotc avatar eveliotc commented on July 24, 2024

Thanks for reporting this @liangricha / @mhousser do you have a sample image I can use to reproduce this?

from scissors.

mhousser avatar mhousser commented on July 24, 2024

@eveliotc well actually I'm launching the camera, then upon camera ActivityResult, I'm running this line:

cropView.extensions().load(new File(newImageFilename));

So I don't have a sample image per se - but let me try and get a screenshot.

from scissors.

mhousser avatar mhousser commented on July 24, 2024

First of all, my XML is pretty standard:

    <com.lyft.android.scissors.CropView
        android:id="@+id/crop_view"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        app:cropviewViewportRatio="1"/>

Immediately after taking a picture with my camera and running this line:

cropView.extensions().load(new File(newImageFilename));

It's bottom-aligning to the crop square:

screenshot_20160624-172556

I would expect it to be vertically centred with the square, just like this (I dragged the image down to make it look like this):

screenshot_20160624-172627

from scissors.

mhousser avatar mhousser commented on July 24, 2024

@eveliotc and another alignment issue, this time when passing in a Uri (from the chooser gallery) of an image that is in landscape mode.

It's right aligning, instead of being horizontally centered.

This time, it's via the line cropView.extensions().load(galleryImageUri);

Some screens. The gallery:

screenshot_20160624-173204

And after I run load, it's aligning the right of the image with the right of the viewport/screen:

screenshot_20160624-173211

from scissors.

mhousser avatar mhousser commented on July 24, 2024

@eveliotc maybe this is just a setup issue.

I'm using Picasso, and so Scissors should be using Picasso to do its loading.

Am I missing somewhere a specific call to tell Picasso and/or Scissors to load things in 'center inside' mode (with respect to the scissors viewport)?

Starting to feel like this is just a setup issue (I missed a call somewhere), instead of an actual bug...

from scissors.

rwliang avatar rwliang commented on July 24, 2024

For the above gif, I used http://earthzine.org/wp-content/uploads/2015/08/image2.jpeg and called setViewportRatio(4.f) in onCreate(...)

from scissors.

ZoroYouth avatar ZoroYouth commented on July 24, 2024

The same problem. If setViewportRatio() before the image is loaded,it's bottom-aligning to the crop square.If setViewportRatio() after the image is loaded,it will be center inside. so should i add a callback to image load?

from scissors.

mhousser avatar mhousser commented on July 24, 2024

@ZoroYouth are you saying there's currently an easy workaround? Just call setViewportRatio(1.0f) after Picasso finishes loading an image, for example?

from scissors.

ZoroYouth avatar ZoroYouth commented on July 24, 2024

now i just wait 1 second to setViewportRatio. it solved my problem,but the way is terrible.
mCropView.postDelayed(new Runnable() {
@OverRide
public void run() {
mCropView.setViewportRatio(mRatio);
}
},1000);

from scissors.

nshmura avatar nshmura commented on July 24, 2024

I have same problem. Maybe this issue is caused by TouchManager#ensureInsideViewport() method call.
https://github.com/lyft/scissors/blob/master/scissors/src/main/java/com/lyft/android/scissors/TouchManager.java#L95

I sent the pull request #57 .

from scissors.

mhousser avatar mhousser commented on July 24, 2024

@eveliotc can we please accept the fix above and push out a new version? This library is quite broken when all the taken images are not centered by default..

from scissors.

eveliotc avatar eveliotc commented on July 24, 2024

@mhousser Fix was included for 1.1.1
@nshmura Thanks for the PR, please sign Lyft's CLA https://oss.lyft.com/cla/ to make it possible to incorporate your changes in the future.

from scissors.

mhousser avatar mhousser commented on July 24, 2024

@eveliotc is 1.1.1 available for Gradle inclusion in yet?

i.e. compile 'com.lyft:scissors:1.1.1'

from scissors.

nshmura avatar nshmura commented on July 24, 2024

@eveliotc Thank you. I done!

from scissors.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.