Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't use it at big image #21

Open
gizaha opened this issue Sep 19, 2020 · 13 comments
Open

can't use it at big image #21

gizaha opened this issue Sep 19, 2020 · 13 comments
Assignees

Comments

@gizaha
Copy link

gizaha commented Sep 19, 2020

I want to transform a 256x448 png to tiles, map and palette. I can't because it gives me tileset exceeds maximum size 1792 of 1024 maximum.

I cannot split it in two, because i want to keep the same palette (image is quantized with 7 subpalettes) and
i must use the "no-discard" option.

Can we raise the tile limit?

@Optiroc
Copy link
Owner

Optiroc commented Sep 19, 2020

Using superfamicom tileswith the -T(--max-tiles) option you should be able to generate as many tiles as you want. Using easy/shorthand mode, which generates palette, tiles and map data in one go, there are limits imposed. For any niche case or when you simply want more control you should use the palette/tile/map modes.

@gizaha
Copy link
Author

gizaha commented Sep 19, 2020 via email

@Optiroc
Copy link
Owner

Optiroc commented Sep 19, 2020

Try superfamiconv palette --palettes 1 --colors 256, followed by the input/output paths.

@gizaha
Copy link
Author

gizaha commented Sep 19, 2020 via email

@gizaha
Copy link
Author

gizaha commented Sep 19, 2020 via email

@Optiroc
Copy link
Owner

Optiroc commented Sep 20, 2020

Thanks for the report. I’ll test this later today or tomorrow!

@gizaha
Copy link
Author

gizaha commented Sep 20, 2020 via email

@Optiroc
Copy link
Owner

Optiroc commented Sep 22, 2020

Hello again. I couldn't find any enclosed image here. Please try attaching it to the thread again, and also quote the exact arguments given, and I'll get back to you!

@gizaha
Copy link
Author

gizaha commented Sep 22, 2020

I enclosed them in mail, guessing that they will be uploaded here also.
I have problem in the map shorthand phase. One picture is 8bpp and second is 4bpp.

256x448 8bpp
256x448 4bpp 105 colors (quantized, 7subpalettes)

@gizaha
Copy link
Author

gizaha commented Sep 30, 2020 via email

@gizaha
Copy link
Author

gizaha commented Oct 23, 2020

Hello there. Do you find anything?
Arguements are
superfamiconv palette -v -i infile.png -d palette.clr --color-zero 000000
superfamiconv tiles -v -i infile.png -p palette.clr -d vram.pic -D -T 1792 -B 4
superfamiconv map -v -i infile.png -p palette.clr -t vram.pic -d map.map

@Optiroc Optiroc self-assigned this Feb 15, 2021
@Optiroc
Copy link
Owner

Optiroc commented Feb 15, 2021

I will get around to a batch of SuperFamiconv issues soon enough now :)

@gizaha
Copy link
Author

gizaha commented Feb 16, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants