Skip to content

Commit 895f26d

Browse files
committed
v0.1.0 builds and VIPM package
1 parent 4867bfc commit 895f26d

File tree

10 files changed

+4099
-109
lines changed

10 files changed

+4099
-109
lines changed

src/C++/xcode/g_image/g_image.h renamed to src/C++/xcode/g_image/xcode.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// g_image.h
2+
// xcode.h
33
// g_image
44
//
55
// Created by Dataflow_G on 7/28/22.

src/C++/xcode/g_image_64.xcodeproj/project.pbxproj

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10-
E578CD73289248BB009D41D7 /* g_image.h in Headers */ = {isa = PBXBuildFile; fileRef = E578CD71289248BB009D41D7 /* g_image.h */; settings = {ATTRIBUTES = (Public, ); }; };
11-
E578CD8328924979009D41D7 /* gif_load.h in Headers */ = {isa = PBXBuildFile; fileRef = E578CD7928924978009D41D7 /* gif_load.h */; };
10+
E578CD73289248BB009D41D7 /* xcode.h in Headers */ = {isa = PBXBuildFile; fileRef = E578CD71289248BB009D41D7 /* xcode.h */; settings = {ATTRIBUTES = (Public, ); }; };
1211
E578CD8428924979009D41D7 /* g_image.h in Headers */ = {isa = PBXBuildFile; fileRef = E578CD7A28924978009D41D7 /* g_image.h */; };
1312
E578CD8528924979009D41D7 /* dllmain.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E578CD7B28924978009D41D7 /* dllmain.cpp */; };
1413
E578CD8628924979009D41D7 /* stb_image_write.h in Headers */ = {isa = PBXBuildFile; fileRef = E578CD7C28924978009D41D7 /* stb_image_write.h */; };
@@ -22,9 +21,8 @@
2221

2322
/* Begin PBXFileReference section */
2423
E578CD6E289248BB009D41D7 /* g_image_64.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = g_image_64.framework; sourceTree = BUILT_PRODUCTS_DIR; };
25-
E578CD71289248BB009D41D7 /* g_image.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = g_image.h; sourceTree = "<group>"; };
24+
E578CD71289248BB009D41D7 /* xcode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = xcode.h; sourceTree = "<group>"; };
2625
E578CD72289248BB009D41D7 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
27-
E578CD7928924978009D41D7 /* gif_load.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = gif_load.h; path = ../../gif_load.h; sourceTree = "<group>"; };
2826
E578CD7A28924978009D41D7 /* g_image.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = g_image.h; path = ../../g_image.h; sourceTree = "<group>"; };
2927
E578CD7B28924978009D41D7 /* dllmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = dllmain.cpp; path = ../../dllmain.cpp; sourceTree = "<group>"; };
3028
E578CD7C28924978009D41D7 /* stb_image_write.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = stb_image_write.h; path = ../../stb_image_write.h; sourceTree = "<group>"; };
@@ -69,9 +67,8 @@
6967
E578CD7B28924978009D41D7 /* dllmain.cpp */,
7068
E578CD8028924979009D41D7 /* framework.h */,
7169
E578CD7E28924978009D41D7 /* g_image.cpp */,
72-
E578CD71289248BB009D41D7 /* g_image.h */,
70+
E578CD71289248BB009D41D7 /* xcode.h */,
7371
E578CD7A28924978009D41D7 /* g_image.h */,
74-
E578CD7928924978009D41D7 /* gif_load.h */,
7572
E578CD7D28924978009D41D7 /* pch.cpp */,
7673
E578CD7F28924978009D41D7 /* pch.h */,
7774
E578CD8128924979009D41D7 /* stb_image_resize.h */,
@@ -90,13 +87,12 @@
9087
buildActionMask = 2147483647;
9188
files = (
9289
E578CD8628924979009D41D7 /* stb_image_write.h in Headers */,
93-
E578CD73289248BB009D41D7 /* g_image.h in Headers */,
90+
E578CD73289248BB009D41D7 /* xcode.h in Headers */,
9491
E578CD8B28924979009D41D7 /* stb_image_resize.h in Headers */,
9592
E578CD8428924979009D41D7 /* g_image.h in Headers */,
9693
E578CD8C28924979009D41D7 /* stb_image.h in Headers */,
9794
E578CD8A28924979009D41D7 /* framework.h in Headers */,
9895
E578CD8928924979009D41D7 /* pch.h in Headers */,
99-
E578CD8328924979009D41D7 /* gif_load.h in Headers */,
10096
);
10197
runOnlyForDeploymentPostprocessing = 0;
10298
};
-1.5 KB
Binary file not shown.
-1.5 KB
Binary file not shown.
102 KB
Binary file not shown.
328 Bytes
Binary file not shown.

src/LabVIEW/VIPM/G-Image.vipb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<VI_Package_Builder_Settings Version="2020.1" Created_Date="2021-01-03 14:27:19" Modified_Date="2022-07-28 15:37:59" Creator="Dataflow_G" Comments="" ID="cb34cf0a6363b2fedd6d673daabd52bc">
1+
<VI_Package_Builder_Settings Version="2020.1" Created_Date="2021-01-03 14:27:19" Modified_Date="2022-07-28 16:33:52" Creator="Dataflow_G" Comments="" ID="bc147e114c5bf4b40c58fa3e4f328848">
22
<Library_General_Settings>
33
<Package_File_Name>Dataflow_G_lib_G_Image</Package_File_Name>
4-
<Library_Version>0.1.0.1</Library_Version>
4+
<Library_Version>0.1.0.2</Library_Version>
55
<Auto_Increment_Version>false</Auto_Increment_Version>
66
<Library_Source_Folder>..</Library_Source_Folder>
77
<Library_Output_Folder>.</Library_Output_Folder>
@@ -32,9 +32,9 @@
3232

3333
Features include:
3434
* Load images from file or from memory in a range of formats, including:
35-
* png, jpg, bmp
35+
* PNG, JPEG, BMP, GIF, Animated GIF, TGA, PSD, HDR, PIC, PNM
3636
* Save images to file or to memory in a range of formats, including:
37-
* png, jpg, bmp
37+
* PNG, JPG, BMP, TGA
3838
* Basic image processing functions:
3939
* Resize
4040
* Rotate</Description>
@@ -271,7 +271,7 @@ Features include:
271271
<Path>..\Examples</Path>
272272
<VI_Title/>
273273
</Items_Data>
274-
<GUID>52232181D41C35206FA89691563BDD4C</GUID>
274+
<GUID>B9A10A9337FB466CA14541B26434CB97</GUID>
275275
</Functions_Palette_Data>
276276
<Functions_Palette_Data>
277277
<Parent_Palette_Index>0</Parent_Palette_Index>
@@ -376,7 +376,7 @@ Features include:
376376
<Path>..\G-Image\Image IO\Load Animated GIF Image.vi</Path>
377377
<VI_Title/>
378378
</Items_Data>
379-
<GUID>BD7AEEC83D5EE44AE9D33E3240AFF887</GUID>
379+
<GUID>DA554DD48C5AFDC121F80D5023887DB8</GUID>
380380
</Functions_Palette_Data>
381381
<Functions_Palette_Data>
382382
<Parent_Palette_Index>0</Parent_Palette_Index>
@@ -425,7 +425,7 @@ Features include:
425425
<Path>..\G-Image\Image Processing\Rotate Image.vi</Path>
426426
<VI_Title/>
427427
</Items_Data>
428-
<GUID>7F538C5E9BF33DA9E0D48EDF30848FAC</GUID>
428+
<GUID>375B4EB761EE764046379F68347CDF69</GUID>
429429
</Functions_Palette_Data>
430430
<Functions_Palette_Data>
431431
<Parent_Palette_Index>0</Parent_Palette_Index>
@@ -474,7 +474,7 @@ Features include:
474474
<Path>..\G-Image\Examples\Animated GIF Example.vi</Path>
475475
<VI_Title/>
476476
</Items_Data>
477-
<GUID>314B7079589B2200D59FB1547D1310EE</GUID>
477+
<GUID>D4E91E98385C234F45A9494278A2CE36</GUID>
478478
</Functions_Palette_Data>
479479
</Library_Palette_Definition>
480480
</VI_Package_Builder_Settings>
2.23 MB
Binary file not shown.
338 KB
Loading

0 commit comments

Comments
 (0)