B4J Library [B4X] [XUI] xResizeAndCrop - klaus    Jan 14, 2025   (42 reactions)   tags: B4x, crop image The xResizeAndCrop Class is a B4X libary.
Current version 1.8
It works on all three platforms: B4A, B4i and B4J.
The xResizeAndCrop.b4xlib and the xResizeAndCrop.xml files are attached.
You need to... B4A Library [B4X] [XUI] CropView - Erel    Jul 10, 2018   (23 reactions) Cross platform, custom view that allows the user to select the cropping window. 69801 1. Add the view with the designer. 2. Set the bitmap with CropView.SetBitmap. 3. Optionally handle the CropCompleted event. 4. Call GetCroppedBitmap to get the cropped bitmap. 5. You can check that there is a valid selection window by calling IsValidSelection. Depends on: XUI, BitmapCreator (both are internal libraries). Requires a recent version of B4X. The class is included in the B4A project.... B4i Question [BCTextEngine] BBLabel and xCustomListView text is cropped - Alexander Stolte    Dec 30, 2024 I use the BBLabel and I noticed that under IOS the letters are chopped off, as if a piece was missin... B4i Library iCropView - The Best option for Crop Images (Square, Circular, Retangular) - Alberto Iglesias    Jan 3, 2021   (4 reactions) https://vnsoft.es/download/b4i/icropview/iCropView.png
iCropView - The Best option for Crop Images...-MacServer\Libs" folder
-Copy the iCropView.xml to your custom libraries folder in... B4A Question Resize and Crop - contoystudio    Jul 14, 2012   tags: Klaus Hi,
I'd like to know if exist a library/class that permit to crop/resize an image through given proportions. Something like android does when we change background in the homescreen.
Thank you in advance... B4A Question Crop CameraEx Preview - josejad    Mar 4, 2020 then load it to a bitmap. Crop the bitmap and pass it to frameBuilder with: frameBuilder.RunMethod... of all I'm trying to crop the area inside my rectangle. I've made several test, and I think... of all, just to show the image I have to crop, with this code 'Draw rectangle to..., 5dip) 'Lets capture the image preview, to crop it later Dim jpeg() As Byte... showed in the imageview, to the right) 89529 89530 So when I crop my image with the same coordinates... B4i Question xResizeAndCrop - Does anyone have a working demo for iPhone - tsteward    Oct 15, 2024 I love the xResizeAndCrop lib but as I'm new to iOS I'm struggling and hoping someone has a working example.
Please... B4J Question Very slow CROP function on large image - wimpie3    Mar 12, 2024 newly generated 32x32 pixel images is super fast, but the bigBitmap.Crop(0,0,32,32) function to... B4A Question [Solved] Resize and Crop - Square Image - asales    Jul 9, 2018   (1 reaction) I'm using this code from @klaus (thanks!): https://www.b4x.com/android/forum/threads/resize-and-crop.82436/#post-522422 to crop an image and works fine (image1), but not if I use a square image (2): (1)69790 (2)69791 If I use a square image (same width and height) I don't see the yellow markers to resize and crop the image in portrait mode. I tried to change the code (MaxHeight, MaxWidth, etc.), but I don't figure out how to see the markers and crop the square image... B4A Question Get a image from gallery and crop it in SDK = 26 - asales    Jun 20, 2018 I use this code below to open the gallery, get a image and crop using the internal tool to crop. I made a few change to uses the in the SDK = 26, like runtime permissions. The old function to crop... I tried several changes in code of the cropPicture sub to work, after select the image in gallery... Then 'If show the image in ImageView, without crop, works ImgPhoto.Bitmap = LoadBitmapSample(Dir, FileName, ImgPhoto.Width, ImgPhoto.Height) 'If I try to crop, don... Page: 1   2   3   4   5   6   |