Hello all,
My company is working on a video game and we have a sprite sheet with about 1300 sprites at last count. We are currently using Texture Packer to de-dup but it is not doing a great job. In looking into the issue I thought I could get a small app developed to help us identify and mange duplicate sprites.
Paid engagement. Can be an hourly rate and looking to discuss to further define scope in order to come to an estimate of hours.
Thanks
Mike Hermann
Retrosoft Studios LLC
PAID: Sprite Sheet de-duping for video game
-
- Posts: 1
- Joined: 2019-08-14T21:04:33-07:00
- Authentication code: 1152
-
- Posts: 5
- Joined: 2019-09-02T06:58:09-07:00
- Authentication code: 1152
Re: PAID: Sprite Sheet de-duping for video game
Am I correct in saying you want to compare all sprites with each other to detect for dupes? Also, are the sprites all the same?
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: PAID: Sprite Sheet de-duping for video game
Are these exact duplicates or near duplicates? If the latter, how are they not exactly the same?
Have you considered using a perceptual hash to find similar or same images? ImageMagick has
See
https://imagemagick.org/discourse-serve ... =4&t=24906
Also I have a script, phashes, that does several different kinds of perceptual hashes, but it runs only on Unix-like systems (Linux, Mac OSX or Windows 10 unix or Windows w/Cygwin). See my link below.
Have you considered using a perceptual hash to find similar or same images? ImageMagick has
Code: Select all
compare -metric phash image1 image2 null:
https://imagemagick.org/discourse-serve ... =4&t=24906
Also I have a script, phashes, that does several different kinds of perceptual hashes, but it runs only on Unix-like systems (Linux, Mac OSX or Windows 10 unix or Windows w/Cygwin). See my link below.
-
- Posts: 2
- Joined: 2019-10-03T00:42:47-07:00
- Authentication code: 1152
Re: PAID: Sprite Sheet de-duping for video game
Hi, I myself a game developer. it would be great if I could help you out. If you want to to detect the duplicate spites, i would say that I am the right person to help you.