Search found 169 matches

by acreis
Thu Dec 28, 2023 1:24 pm
Forum: Announcement
Topic: i2pdf - image to pdf
Replies: 38
Views: 12596

Re: i2pdf - image to pdf

Hi Luis,

Works perfectly!

Thank you very much!
by acreis
Wed Dec 27, 2023 12:25 pm
Forum: Announcement
Topic: i2pdf - image to pdf
Replies: 38
Views: 12596

Re: i2pdf - image to pdf

Hi Luis

I have used a few times i2pdf 1.0.46, it was very usefull, thank you!

To be true, this excellent tool presented Purebasic to me!

But now it is freezing! I can add pictures, but when I hit the button .... freeze!

Any sugestion?
by acreis
Mon Nov 06, 2023 9:41 am
Forum: Coding Questions
Topic: Reconstructing original frames from interpolated movie
Replies: 28
Views: 2535

Re: Reconstructing original frames from interpolated movie

Thanks for the pics!
Amazing!
by acreis
Sat Nov 04, 2023 10:42 am
Forum: Coding Questions
Topic: Reconstructing original frames from interpolated movie
Replies: 28
Views: 2535

Re: Reconstructing original frames from interpolated movie

Anyway, I'm very satisfied with the result of the deblending and extracting the original 18fps frames.
I now have 18 fps clips where the blending is completely gone without adding a lot of noise. :D
Any chance to see any picture?
by acreis
Tue Oct 31, 2023 8:20 pm
Forum: Coding Questions
Topic: Reconstructing original frames from interpolated movie
Replies: 28
Views: 2535

Re: Reconstructing original frames from interpolated movie

Would be great know the outcome of this case.
by acreis
Sun Oct 22, 2023 11:07 am
Forum: Feature Requests and Wishlists
Topic: Add the ImageMagick Lib to PB
Replies: 13
Views: 2863

Re: Add the ImageMagick Lib to PB

I'm trying to compile a imagemagik dll easy to use in purebasic, using visualstudio 2019, but run in a lot of trange compilation errors. Have anyone tried that?
by acreis
Sun Oct 22, 2023 10:55 am
Forum: Coding Questions
Topic: How execute application in conda environment and retrive results
Replies: 2
Views: 252

Re: How execute application in conda environment and retrive results

Thanks Infratec The solution is create a batch file and then run it. So it isn't a Purebasic question anymore, but how to create the batch file. Just for record and to help any other with the same issue, the steps are: 1. Launch Anaconda Prompt 2. Activate proper environment 3. Run commands The firs...
by acreis
Sat Oct 21, 2023 11:36 am
Forum: Coding Questions
Topic: How execute application in conda environment and retrive results
Replies: 2
Views: 252

How execute application in conda environment and retrive results

Hi Purebasic'ers There is a lot of interesting applicatons written in Python that runs in conda environment. In my windows 11 computer I: > look for 'Anaconda Prompt' > activate the proper environment typing 'conda activate name_of_environent' > type proper command, with results 'printed' to console...
by acreis
Fri Oct 28, 2022 12:00 pm
Forum: General Discussion
Topic: Is it possible to find defined and unused variables?
Replies: 18
Views: 2167

Re: Is it possible to find defined and unused variables?

Good morning, I'm trying write some ide tools, but I cannot retrive the handle of PureBasic Editor Scintilla window: Val(GetEnvironmentVariable("PB_TOOL_Scintilla") ; *** always zero" The folowing code doesn't show environment variable "PB_TOOL_Scintilla": OpenConsole() If E...
by acreis
Sat Aug 27, 2022 10:42 am
Forum: Coding Questions
Topic: (Solved) Debug is ignored
Replies: 2
Views: 238

Re: Debug is ignored

Good morning You have to put the DebugLevel command before any other Debug commands Documentation: Description Syntax DebugLevel <constant expression> Set the current debug level for the 'Debug' message. Note: The debug level is set at compile time, which means you have to put the DebugLevel command...
by acreis
Thu Aug 18, 2022 12:15 pm
Forum: Coding Questions
Topic: [DONE] Threads & Memory
Replies: 10
Views: 681

Re: [HELP] Threads & Memory

Good morning. I suppose one integer value can be read safely with no mutex. The reason is how could you store the mutex handle and use it in concurrent threads?
by acreis
Fri May 06, 2022 3:44 pm
Forum: Coding Questions
Topic: Transparent PNG alpha channel window
Replies: 18
Views: 2235

Re: Transparent PNG alpha channel window

Me too
by acreis
Sun May 01, 2022 4:47 pm
Forum: Windows
Topic: Search file system like "Everything" app?
Replies: 15
Views: 2662

Re: Search file system like "Everything" app?

"Everything" has a SDK and C examples, so it can indeed be convertd to Purebasic.
by acreis
Sun Apr 24, 2022 12:40 pm
Forum: Announcement
Topic: i2pdf - image to pdf
Replies: 38
Views: 12596

Re: i2pdf - image to pdf

This amazing tool let me know about Purebasic a long time ago. Thanks for both!

For the first time I have an free tool to publish, but I don't know how. Is it possible submit it to Softpedia?