B4X FEED How to apply a 'blueprint' effect (like greyscale, but using multiple shades of blue) on an image?

اطلاعات موضوع

درباره موضوع در تاریخ, در دسته b4xfeed ایجاد شده و آغاز کننده آن practicalsoftمی باشد و موضوع آن: How to apply a 'blueprint' effect (like greyscale, but using multiple shades of blue) on an image? است. این موضوع تا کنون 139 بازدید کننده و, 0 پاسخ داشته و 0 بار پسندیده شده...
نام دسته b4xfeed
نام موضوع How to apply a 'blueprint' effect (like greyscale, but using multiple shades of blue) on an image?
آغاز کننده موضوع practicalsoft
تاریخ شروع
پاسخ‌ها
0
بازدیدها
139
پسندها
0
آخرین ارسال توسط PracticalSoft
Jun 6, 2020
11,559
4,422
I use the GreyScale function provided in this post (by Erel) in my B4J application:

[H3] [/H3]
BitmapCreatorEffects class includes all kinds of very simple to use image effects. The class is cross platform and compatible with B4J (v6.3+), B4A (v8.3+) and B4i (v5.0+). Example: 'Greyscale an image: Dim GreyImage As B4XBitmap = effects.GreyScale(ExistingBmp) 'Blur an image: Dim BlurImage As...
برای دیدن تصاویر باید ثبت نام کنید


But I'd like to be able to also generate this type of 'blueprint' image effect:

برای دیدن تصاویر باید ثبت نام کنید



Here is the GreyScale function code for quicker reference:
B4X:

کد:
محتوای بلوک کدها در دسترس شما نیست. برای مشاهده بلوک کدها، وارد انجمن شوید یاثبت نام کنید

I did see that if this conditional block:

If c < 127 Then c = 0 Else c = 255

is added after line #7, then a black & white image effect is rendered - yet too much image detail is then lost...



 

عقب
بالا