Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.

ImageEditorIntentBuilder cant find symbol #103

Open
ravibirla1 opened this issue Sep 28, 2021 · 1 comment
Open

ImageEditorIntentBuilder cant find symbol #103

ravibirla1 opened this issue Sep 28, 2021 · 1 comment

Comments

@ravibirla1
Copy link

ImageEditorIntentBuilder this class is not found in activity

try {
Intent intent = new ImageEditorIntentBuilder(this, sourceImagePath, outputFilePath)
.withAddText() // Add the features you need
.withPaintFeature()
.withFilterFeature()
.withRotateFeature()
.withCropFeature()
.withBrightnessFeature()
.withSaturationFeature()
.withBeautyFeature()
.withStickerFeature()
.forcePortrait(true) // Add this to force portrait mode (It's set to false by default)
.setSupportActionBarVisibility(false) // To hide app's default action bar
.build();

        EditImageActivity.start(activity, intent, PHOTO_EDITOR_REQUEST_CODE);
    } catch (Exception e) {
        Log.e("Demo App", e.getMessage()); // This could throw if either `sourcePath` or `outputPath` is blank or Null
    }
@sgarg3399
Copy link

i m also facing the same issue

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants