question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Sort files for frame order.

See original GitHub issue

If you have a bunch of images with number as basename like.

src/1.png
src/10.png // alphabet sort
src/2.png
src/3.png
// ...

The gulp.spritesmith only do alphabet sort incoming files. And as previous cited #53 we can’t rename the streaming files for sort numerically, because gulp.spritesmith don’t support stream yet.

We need some solution for frame order.

This looks like totally unnecessary for webDesign purpose. And gulp.spritesmith are made for webDesign.

But for gaming sprites developing, this is may necessary. Also an option for not output .css could be nice.

I’m trying to figure out some solution to create a pull request.

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:11 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
twolfsoncommented, Jul 5, 2016

Glad to hear it’s all sorted out =)

0reactions
The-Outridercommented, Jul 5, 2016

Drat, the binary-tree gave it a nice layout. I understand it better now. Thanks @twolfson 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to sort your assets in a Review or Presentation link
When creating or editing an existing Review Link, in the Settings tab, go to the Assets section and open the Sort By menu....
Read more >
Sorting Records - FrameReady
The Sort function allows you to sort any grouping of records by one or more fields. ... Tip: In all files (except the...
Read more >
Sort filenames in directory in ascending order with two levels
How I can sort files in ascending order with two-level sorting? Firstly by number_of_video and secondly by frame_number. Now I have this:
Read more >
Sorting Data - Quick-R
To sort a data frame in R, use the order( ) function. By default, sorting is ASCENDING. Prepend the sorting variable by a...
Read more >
Digital Photo Frames: Sort Selection by Filename
To my understanding, Insignia Photo Frames display photos in file name order when files are copied in bulk, or in the order in...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found