Games [XUI2D] BitmapCreator vs. CompressedBC - Erel    Oct 14, 2018   (7 reactions)   tags: Bc, cbc, bitmapl There are two types in BitmapCreator library that are used by XUI2D: BitmapCreator and CompressedBC (Compressed Bitmap Creator). In many cases you do not need to deal with any of them... slower and is too slow to be used every cycle. CompressedBC (CBC) is a more sophisticated data structure. It is created from a BitmapCreator by calling BitmapCreator.ExtractCompressedBC. CBC.... You should use X2.GraphicCache.CBCCache: bc.ExtractCompressedBC(bc.TargetRect, X2.GraphicCache.CBCCache... B4J Library [BANano] [SithasoJsZIP] Compress & Download Files for your WebApps - Mashiane    Feb 4, 2024   (3 reactions) (s), you either loop through the files or just process one. This class helps you compress the files and... compression Dim compress As SithasoZip compress.Initialize($"${prjName}.zip"$) 2. Add the file(s) This could be array fileinput.GetFiles / fileinput.GetFile compress.AddFile(fn, fo) 3. Zip the files and download them. 'compress the files banano.Await(compress.Compress) compress.Download... B4J Library jMagicImage - Read exif and metadata data, convert, compress image, also some basic image filters - Pendrush    May 21, 2021   (23 reactions) . You can also decide its quality to compress the file size.
Quality as float from 0.01 to 1.0... compression quality to decrease the file size, and lossless or lossy.
Quality as float from 0.01 to 1.0... B4J Code Snippet LZ4 Fast Compress and Decompress - Magma    Nov 4, 2022   (6 reactions) Hi there...
I am in search for faster ways to compress/decompress images... bytes in general... = factory.fastCompressor();
public static byte compress(byte src, int srcLen) {
decompressedLength... B4J Library [B4X] LZStringCompress, the method compress and decompress data through sockets - tummosoft    Jul 22, 2024   (2 reactions) LZStringCompress, the method compress and decompress data through sockets LZStringCompress... which will cause data insecurity, using LZStringCompress will help improve the speed of your applications in case of large text volumes. LZStringCompress is currently a wrapper for Javascript, B4J, B4A platforms. Please download the libraries and examples below: Sub Compress() As String Dim cpr As LZStringCompress cpr.Initialize Dim text As String = File.ReadString(File.DirApp &... B4J Question [RESOLVED]compressed size mismatch between central header and local header - Jmu5667    Aug 16, 2024 Good Morning
After th latest window 11 update this morning, I modifed a b4xlib and did the usual (zip, rename, then copy to additional libs folder). I then ran B4J and the following error occurs:
15... B4A Library Convert/Compress Image - WebP, JPG, PNG - Pendrush    May 17, 2021   (14 reactions) Convert/Compress Image between different formats WebP, JPG, PNG. ConvertImage Author: Pendrush... As android.graphics.Bitmap.CompressFormat Compress to the JPEG format TO_PNG As android.graphics.Bitmap.CompressFormat Compress to the PNG format. PNG is lossless, so quality is ignored TO_WEBP As android.graphics.Bitmap.CompressFormat Compress to the WEBP format Functions: ConvertBitmapToFile (InputBitmap As android.graphics.Bitmap, SavePath As String, ToFormat As android.graphics.Bitmap.CompressFormat... B4A Question aLaw/uLaw PCM - compression, decompression - Code Available to all. - Jmu5667    Aug 30, 2018 Hello All
I have big ask her(if it works I will pay).
We have a new PTT app developed B4A (client) B4J (server). It works really well. We were looking at bandwidth considerations and would like to compress the PCM data before sending it.
I came across this http://thorntonzone.com/manuals/Compression/Fax, IBM MMR/MMSC/mmsc/uk/co/mmscomputing/sound/index.html (Items 1 & 3)
In... Italian B4J Archive library - compress folder by setting the maximum size by splitting the same folder - ivanomonti    Feb 17, 2023 Sto usando questa libreria e mi sembra che funzioni molto bene ma ho un problema da sottoporre, devo... B4A Question Google has compressed your app. With size compression certain configurations are now within the 150MB size limit. - tufanv    Feb 5, 2021 Hello,
Getting this warning when uploading a new build to google play. Can it damage anything ? I s... Page: 1   2   3   4   5   |