image

  1. practicalsoft

    Xen-Releases xenforo-2.3.0-Release-Candidate-4-Unstable-Full 2024-06-18

    We are delighted to announce that XenForo 2.3.0 Beta is now available to all customers with active self-hosted licenses. XenForo 2.3 includes a large number of new features and improvements, including: Dark mode and style variants Extensive performance improvements Featured content Image...
  2. practicalsoft

    Xen-AddOn Watermarker 1.1.1 1.1.1

    Watermarker 1.1.1 با این افزونه، پیوست های تصویر در پست ها واترمارک می شوند. این در حین پرواز و همیشه در کپی اتفاق می افتد. به طوری که در هیچ زمانی تصویر اصلی تغییر نمی کند. مجوز و مبتنی بر گره این نسخه هنوز در مرحله اولیه است. اولین آزمایش های گسترده پایدار و رضایت بخش بود. بنابراین ما اکنون...
  3. practicalsoft

    Xen-AddOn [AndyB] Convert image all v5.0 5.0

    توضیحات: همه تصاویر پیوند داغ را به پیوست تبدیل می کند. افزونه Convert image all، تصاویر پیوند شده داغ در پیام ها را به پیوست تبدیل می کند. تصاویر مرتبط داغ آن دسته از تصاویری هستند که با استفاده از نماد Image در نوار ابزار ویرایشگر درج شده اند. این افزونه به صورت دستی اجرا می شود و برای...
  4. practicalsoft

    Xen-AddOn Convert image 4.0 4.0

    Convert image 4.0 تصاویر پیوند را به پیوست تبدیل می کند. برافزای Convert image تصاویر پیوند شده داغ در پیام ها را به پیوست تبدیل می کند. تصاویر مرتبط داغ آن دسته از تصاویری هستند که با استفاده از نماد Image در نوار ابزار ویرایشگر درج شده اند. این افزونه هر بار که یک پست جدید ایجاد می شود یا...
  5. PracticalBot

    B4X FEED Print text, rectangle and image in PDFDocumet don't works.

    I try to create a PDF document using this library, based in the example of the post. It is a profile form, with a title in a rectangle and an image, The title with the rectangle is printing, but the image don't. What could be happen? How can I fix this? The code is below and the example is...
  6. practicalsoft

    Xen-AddOn [JoyFreak] Open Graph Image 1.0.0 2023-02-02

    [JoyFreak] Open Graph Image 1.0.0 این یک افزونه XenForo 2 است که به شما امکان می دهد نحوه نمایش رشته ها هنگام اشتراک گذاری در رسانه های اجتماعی را کنترل کنید. راه‌اندازی: پس از نصب، گره‌هایی را که می‌خواهید این افزونه برای آنها فعال شود، از طریق گزینه‌ها انتخاب کنید. اطلاعات اضافی: هنگام...
  7. practicalsoft

    B4X FEED Perceptual Hashes - create hash from image and compare for similarity

    Is there a way to hash a image to prevent the duplication of an image? ادامه مطلب...
  8. practicalsoft

    B4X FEED ABMaterial - Change background Image

    Hi All, I have two themes in abmshared, One is a light theme and one is dark. I can store the selection via way of ws.Session.SetAttribute("Darkmode", "N") With that said, how can i change between the light and dark modes on the fly. Also I need to change the page background image. If the...
  9. practicalsoft

    B4X FEED Transfer image from one B4XView to another

    i download an image and place it into a B4XView. I would also like to use the same image in another B4XView. How can I transfer the image so I don't have to download it twice? Thanks ادامه مطلب...
  10. practicalsoft

    B4X FEED [SOLVED] Problem with SQLite and image in table

    Hello. This is my first post to the forum, so please excuse me if i make any mistakes regarding the posting procedure. I have a little app as a test in order to save a png file from the File.DirAssets directory in a SQLite table named Images and in a field named Image. The saveImage Sub is the...
  11. practicalsoft

    B4X FEED Problem with SQLite and image in table

    Hello. This is my first post to the forum, so please excuse me if i make any mistakes regarding the posting procedure. I have a little app as a test in order to save a png file from the File.DirAssets directory in a SQLite table named Images and in a field named Image. The saveImage Sub is the...
  12. practicalsoft

    B4X FEED Show an image in remote/push notification

    Mac, Local Build Server, and Xcode are needed. Now you can show an image in push notification just like android. Usually in ios, the system handles the push notification. But there is an app extension called Notification Service Extention which allows you to modify the notification content. By...
  13. practicalsoft

    B4X FEED B4XPages & multi-screen

    Hi all, in 2020 which is the best approach in order to keep the correct aspect ratio of images within a mobile app ? From my experience on images (in this case startup screen logo) there are usually 3 strategies that can be adopted (in native apps in portrait mode): 1) single high resolution...
  14. practicalsoft

    B4X FEED Base64 encode/decode image library

    I noticed the other day that there were quite a few questions regarding decoding base64 image stings, so I quickly put together this simple but effective base64 encode/decode images library for others to use. I will be turning more of my simple but useful routines to libraries, but not too many...
  15. practicalsoft

    B4X FEED AS Gallery - show images from folders (image- and video-thumbnails)

    I want to share my class to create a image preview list like in the gallery app. This class is based on xCustomListView and PreoptimizedCLV. The class is creating a cached thumbnail of a image if needed, to avoid performance issues on scrolling. The cache folder is created here...
  16. practicalsoft

    B4X FEED [SOLVED] Enlarge image without blurring.

    When I use the canvas to enlarge images, they are blurred. Would it be possible to enlarge the image without blurring? Original image (attached): Enlarged image which I want (magnifying tool - paint.net image editor) canva drawbitmap result (blurred) code: B4X: Sub Button1_Click...
  17. practicalsoft

    B4X FEED Enlarge image without blurring.

    When I use the canvas to enlarge images, they are blurred. Would it be possible to enlarge the image without blurring? Original image (attached): Enlarged image which I want (magnifying tool - paint.net image editor) canva drawbitmap result (blurred) code: B4X: Sub Button1_Click...
  18. practicalsoft

    B4X FEED Problem with B4XBitmap and image as array

    Hi, i am new with B4A and try to store a bitmap into a sqlite table. The storage code seems to work corrrectly. >> Dim b() As Byte = ImageToBytes(xui.LoadBitmap(File.DirAssets, "bmw_bild_icon.png")) SQL_1.ExecNonQuery2("INSERT INTO kfz VALUES (1, 'BMW 316 i compact')", Array As Object(b,1))...
  19. practicalsoft

    B4X FEED [Solved] Set BitmapDrawable gravity = Center (Native Ads Advanced)

    I use this code to set a image in native ad advanced. B4X: Dim images As List = NativeContentAd.RunMethod("getImages", Null) If images.IsInitialized And images.Size > 0 Then Dim image As JavaObject = images.Get(0) logoView.Background = image.RunMethod("getDrawable", Null)...
  20. practicalsoft

    B4X FEED Read image from Sql Server using Job1.PostString instead a cursor...

    Hello, i have some jpg images stored in a "image" field on sql server 2016 database. I always conected to that database using Job1.PostString(ip of aspx parser file, the query i want to do i.e. SELECT IARCH FROM MYIMAGESTABLE) I have read this sample in forum: Sub ReadBlob Dim Cursor1 As Cursor...
عقب
بالا