Search found 191 matches

by acreis
Tue Jul 29, 2025 11:46 pm
Forum: General Discussion
Topic: Build a text editor
Replies: 37
Views: 2623

Re: Build a text editor

I worked a lot in a text editor, my greatest struggle was with undo.

But the need of speed killed my project. I give up when I changed my display to 4k.

In 4k my drawing routines are noticeable slower than native windows control richedit. Even in a good gamer laptop.

I needed something better ...
by acreis
Sun Jul 13, 2025 11:37 pm
Forum: Coding Questions
Topic: Image filter to cleanup scanned image
Replies: 5
Views: 364

Re: Image filter to cleanup scanned image

Really thanks JHPJHP, going to do some testing!
by acreis
Fri Jul 11, 2025 9:33 pm
Forum: Coding Questions
Topic: Image filter to cleanup scanned image
Replies: 5
Views: 364

Re: Image filter to cleanup scanned image

Thanks mk-soft!

I understand your code, but the code I saw had a variable limit (in your code limit = 40), maybe somethig called adptative thresolding, I tested and the result were impressive. I saved the code but I dont remeber where.

See this image please:

https://docs.opencv.org/4.x/ada ...
by acreis
Fri Jul 11, 2025 4:22 pm
Forum: Coding Questions
Topic: Image filter to cleanup scanned image
Replies: 5
Views: 364

Image filter to cleanup scanned image

A long time ago, someone published code that filtered an image—for example, a page from a book—removing the gray areas and leaving only the white paper and black letters. It seemed to be a filter algorithm. A convolution. Would anyone know the topic? I've already tried searching, even on Google."
by acreis
Thu Jul 03, 2025 5:00 pm
Forum: Feature Requests and Wishlists
Topic: Packer should return progress
Replies: 13
Views: 1182

Re: Packer should return progress

Hi Thorium, what is the alternative to packer lib?
by acreis
Sun Jun 22, 2025 12:18 pm
Forum: Windows
Topic: WaitThread problem
Replies: 7
Views: 868

Re: WaitThread problem

Tank you very much about custom enumeration trick!
by acreis
Sun Mar 02, 2025 3:35 pm
Forum: Applications - Feedback and Discussion
Topic: Simple Remote Desktop
Replies: 41
Views: 14193

Re: Simple Remote Desktop

It would be great have the conversion to x86 ... is it straighforward or have any gotchas?
by acreis
Tue Oct 15, 2024 10:15 am
Forum: Coding Questions
Topic: Possible to read a PDF file directly from memory?
Replies: 3
Views: 807

Re: Possible to read a PDF file directly from memory?

If you use pdfium to render the document, then you can use:


;// Function: FPDF_LoadMemDocument
;// Open and load a PDF document from memory.
;// Parameters:
;// data_buf - Pointer to a buffer containing the PDF document.
;// size - Number of bytes in the PDF document.
;// password - A ...
by acreis
Wed Aug 14, 2024 10:42 am
Forum: Off Topic
Topic: Any list profesionnal program coded in PB ?
Replies: 16
Views: 7312

Re: Any list profesionnal program coded in PB ?

Thaks for the tips,

I forgot I have already an account in x10hosting since 2022, but didn't setup any thing then. Mybe the time has come.

Live long and prosper
by acreis
Wed Aug 14, 2024 10:38 am
Forum: Windows
Topic: Fantastic debugging tool
Replies: 4
Views: 5801

Re: Fantastic debugging tool

Thanks, this tool seems to be very usefull!
by acreis
Sun Aug 11, 2024 11:32 am
Forum: Off Topic
Topic: Any list profesionnal program coded in PB ?
Replies: 16
Views: 7312

Re: Any list profesionnal program coded in PB ?

Hi BarryG,

Thank you so much for your encouraging words.

I’m an older man in a poor country, and I really need to make some money through programming.

If you or anyone else could offer some basic steps on how to publish (where to find affordable hosting) and how to handle false virus alarms ...
by acreis
Thu Jul 25, 2024 6:22 pm
Forum: General Discussion
Topic: Make money with PureBasic, What is The Road for NewBies ?
Replies: 24
Views: 7515

Re: Make money with PureBasic, What is The Road for NewBies ?

I also have this need.

My idea is to create and publish a useful freeware that attracts many users and then offer a professional version.

The main challenges are:

1 - Publishing with little or no cost;
2 - Not scaring users with false virus messages, a seemingly very common problem with exe files ...
by acreis
Fri Jul 19, 2024 4:25 pm
Forum: General Discussion
Topic: C Backend documentation?
Replies: 7
Views: 2532

Re: C Backend documentation?

Thanks User_Russian!

Works here!