paul_cardinale Posted September 28, 2023 Report Share Posted September 28, 2023 View File EXIF Reader - V1.0.zip Fixed some bugs in the installer. fixed Submitter paul_cardinale Submitted 09/28/2023 Category *Uncertified* License Type BSD (Most common) Quote Link to comment
ShaunR Posted September 29, 2023 Report Share Posted September 29, 2023 (edited) Nicely written but doesn't work for me (LabVIEW 2023 64 bit on Windows 10) using this image: . It hangs and never returns in "Point to EXIF Data - PNG.vi". The while loop never terminates as "Get File Position.vi" returns Error 4 (end of file) and there is no check on errors inside the loop so it keeps going and incrementing "Offset past chunk". Additionally, there is no check on the value of the "Offset past chunk" in case it has increased beyond the number of bytes in the file (optional defensive programming). You also have a custom installer which doesn't create all the palette icons correctly. I would recommend you look at the JKI VI Package Manager which is the defacto standard method for creating and installing addon packages. Edited September 29, 2023 by ShaunR Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.