Ananas icon indicating copy to clipboard operation
Ananas copied to clipboard

An easy image editor integration for your Android apps.

Results 43 Ananas issues
Sort by recently updated
recently updated
newest added

Unable to start activity ComponentInfo{com.example.pencilsketch/iamutkarshtiwari.github.io.ananas.editimage.EditImageActivity}: android.view.InflateException: Binary XML file line #141 in com.example.pencilsketch:layout/activity_image_edit: Binary XML file line #141 in com.example.pencilsketch:layout/activity_image_edit: Error inflating class com.theartofdev.edmodo.cropper.CropImageView Pencil Sketch is my project

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()...

In the below method from EditImageActivity app crashes if large image(provided 14MB image) is provided. private Single loadImage(String filePath) { return Single.fromCallable(() -> BitmapUtils.getSampledBitmap(filePath, imageWidth, imageHeight)); } public static Bitmap...

Hello Sir!,.. i just want to know how we can add image background change tool feature in your editor,.. like we can add images in the background or custom colors....

import android.widget.shape; ^ symbol: class shape location: package android.widget

How I can edit images obtained from the server? as this library takes input image path in launcher Intent But I have images URL obtained from the server

how I can change text size while adding text to the image?

Hi! Hope this message finds you well. I'm trying to use `withEditorTitle(title: string)` from https://github.com/iamutkarshtiwari/Ananas/blob/4ca9b159ec798946b437183f69eba89b823ae561/ananas/src/main/java/iamutkarshtiwari/github/io/ananas/editimage/ImageEditorIntentBuilder.kt#L60 but unfortunately it does throw an error as the following ![image](https://user-images.githubusercontent.com/75917402/132961725-68ae22b1-f80c-41a8-8cd4-227b35842e07.png) Example how is being...