Skip to content

Commit

Permalink
Pulled out image formats into their own files and cleaned up the name…
Browse files Browse the repository at this point in the history
…spaces.
  • Loading branch information
MeltyPlayer committed Aug 12, 2023
1 parent 8e9ef55 commit 676930c
Show file tree
Hide file tree
Showing 46 changed files with 590 additions and 515 deletions.
1 change: 1 addition & 0 deletions FinModelUtility/Cmb/Cmb/src/image/CmbImageReader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

using fin.image;
using fin.image.io;
using fin.image.io.pixel;
using fin.image.io.tile;

using schema.binary;
Expand Down
2 changes: 2 additions & 0 deletions FinModelUtility/F3dzex2/image/N64ImageParser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
using fin.color;
using fin.image;
using fin.image.io;
using fin.image.io.pixel;
using fin.math;
using fin.src.image.formats;
using fin.util.color;

using schema.binary;
Expand Down
2 changes: 2 additions & 0 deletions FinModelUtility/Fin/Fin.Ui/src/graphics/gl/GlTexture.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
using System.Buffers;
using System.Runtime.CompilerServices;

using fin.image.formats;

using FinTextureMinFilter = fin.model.TextureMinFilter;
using PixelFormat = OpenTK.Graphics.OpenGL.PixelFormat;
using TextureMagFilter = fin.model.TextureMagFilter;
Expand Down
1 change: 1 addition & 0 deletions FinModelUtility/Fin/Fin/src/image/DdsReader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
using System.Linq;

using fin.color;
using fin.image.formats;

using SixLabors.ImageSharp.PixelFormats;

Expand Down
Loading

0 comments on commit 676930c

Please sign in to comment.