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

What means 8px grid and how disable it? #1834

Closed
ramin-git opened this issue Dec 31, 2016 · 2 comments
Closed

What means 8px grid and how disable it? #1834

ramin-git opened this issue Dec 31, 2016 · 2 comments
Assignees
Labels

Comments

@ramin-git
Copy link

What does it mean 8px grid and how change default status from enable to disable?

@ramin-git ramin-git changed the title What means 8px grid and disable it What means 8px grid and how disable it? Dec 31, 2016
@nao-pon
Copy link
Member

nao-pon commented Jan 10, 2017

@ramin-git JPEG images are optimized more beautifully by processing in units of 8px. The 8px grid is for using this specification.

This default value can not be specified at present. I will make it possible.

Thanks!

@nao-pon nao-pon self-assigned this Jan 10, 2017
@nao-pon
Copy link
Member

nao-pon commented Jan 10, 2017

To change default status to "disabled"

opts = {
    url : 'connector.php',
    commandsOptions : {
        resize : {
            // defalt status of snap to 8px grid of the jpeg image ("enable" or "disable")
            grid8px : 'disable'
        }
    }
};

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

No branches or pull requests

2 participants