Search found 9 matches

by VinzZ
Wed Feb 24, 2021 1:30 pm
Forum: General Discussion
Topic: use of open street map ...
Replies: 4
Views: 2567

Re: use of open street map ...

"Manneke Pis" was funny :)
Sorry not really contributing ;)
by VinzZ
Tue Sep 15, 2020 12:24 pm
Forum: Coding Questions
Topic: EXIF and I'm new to PureBasic
Replies: 15
Views: 3476

Re: EXIF and I'm new to PureBasic

Thanks for all your input!
I finally have working code to find the "date/time captured" of a jpg file and rename the file as I wish. Pure code, just took a deep dive into EXIF, IFD, SubIFDs and it was quite fun :)
This was the best info about EXIF I could find: https://www.media.mit.edu/pia/Research ...
by VinzZ
Wed Aug 26, 2020 2:35 pm
Forum: Coding Questions
Topic: EXIF and I'm new to PureBasic
Replies: 15
Views: 3476

Re: EXIF and I'm new to PureBasic

oreopa wrote:Come back then - there are a lot of easy cross development options these days :) (Yes the C64 scene still exists! :D )
Haha, nice to meet you! Super!! I know it isn't dead yet... But I don't have that much sparetime left, but it was a good time then, way back when I was 16 and over, now I am 47 ;)
by VinzZ
Thu Aug 20, 2020 3:58 pm
Forum: Coding Questions
Topic: EXIF and I'm new to PureBasic
Replies: 15
Views: 3476

Re: EXIF and I'm new to PureBasic

Thanks Thyphoon!
Will see where I get without third-party tools. Even if it is just for learning the PureBasic code and syntax

Building a picasa alternative looks like a big project!

Kind regards,
VinzZ
by VinzZ
Wed Aug 19, 2020 6:43 pm
Forum: Off Topic
Topic: Am I the only one?
Replies: 1
Views: 2084

Re: Am I the only one?

Wow, seems impressive!!
I collect a lot of tools too, all portable, if they are really good and I use them I donate a little.

Regards,
Vincent
by VinzZ
Wed Aug 19, 2020 6:31 pm
Forum: Coding Questions
Topic: EXIF and I'm new to PureBasic
Replies: 15
Views: 3476

Re: EXIF and I'm new to PureBasic

Yeah, I saw that there was en ASM option. Made my choice for PureBasic easier, however I'm not sure if I will use it :)

Well, I started something with that EXIF / TIFF tag... Just want to get out the date the picture was taken, but I'm digging deeper and deeper in all kind of markers and Intel ...
by VinzZ
Tue Aug 18, 2020 1:43 pm
Forum: Coding Questions
Topic: EXIF and I'm new to PureBasic
Replies: 15
Views: 3476

Re: EXIF and I'm new to PureBasic

Holy!!! Saki and Infratec... Thank you so much.
As I said, new to purebasic and some examples that I found were for the older versions!

I know EXIF to start with isn't that easy, but I need a project for my own that I can use to dig me in to PureBasic.

It's quite a long time a go that I really was ...
by VinzZ
Mon Aug 17, 2020 6:11 pm
Forum: Coding Questions
Topic: EXIF and I'm new to PureBasic
Replies: 15
Views: 3476

Re: EXIF and I'm new to PureBasic

Thanks!!! I will look into this...

Regards,
VinzZ
by VinzZ
Mon Aug 17, 2020 4:41 pm
Forum: Coding Questions
Topic: EXIF and I'm new to PureBasic
Replies: 15
Views: 3476

EXIF and I'm new to PureBasic

Hey hey!
I had a small project that I want to program and I'm trying to find my way in PureBasic.

Project: Rename files to de EXIF date and time...

Ofcourse I started digging me in to PureBasic first.

And now I'm finally came to the point that I easily load a file list and can manipulate the ...