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

[OUTDATED] Roadmap v3 #2

Open
1 of 7 tasks
preco21 opened this issue Jan 23, 2018 · 5 comments
Open
1 of 7 tasks

[OUTDATED] Roadmap v3 #2

preco21 opened this issue Jan 23, 2018 · 5 comments

Comments

@preco21
Copy link
Owner

preco21 commented Jan 23, 2018

@preco21 preco21 self-assigned this Jan 23, 2018
@elipeters
Copy link

elipeters commented Apr 18, 2018

  • Provide image map for slicing

I've forked this though it's brutal - only useful for horizontal merge.

@preco21
Copy link
Owner Author

preco21 commented Apr 18, 2018

@elipeters Isn't it good enough with direction option?

Could you explain more about the Provide image map for slicing? I need more specific info to know what you supposed to suggest.

@elipeters
Copy link

All websites were once built this way... slice up a large image and place inside tables then http request the heck out of it.

...though now in reverse...

output something like...

imgDimensions:{
    width: [img1.width(), img2.width(),...],
    height: [img1.height(), img2.height(),...]
}

or

map:[
    img1: {x,y,width,height},
    img2: {x,y,width,height},...
]

I apologise if I am not being clear. :)

@preco21
Copy link
Owner Author

preco21 commented Apr 18, 2018

Okay, based on what you said, I believe this is basically a serialized output for the metadata of composed images.

Please correct me again if it differs to what you thought.

In fact, there are couple of api in v3 (but not in v2) that expose the calculation of image chunks to allow a custom plugin for a image composition.

Maybe someone or me can write some plugin for this module to extract json-like object for the output via this api.

@sj82516
Copy link
Contributor

sj82516 commented Aug 26, 2020

I would like to help this one

 Provide mode option so that user can choose either of merging strategies merge, concat, grid, custom (no default offsets according to image size, fixes #4).

But I am not sure what is the specific definition about these strategies

@preco21 preco21 changed the title Roadmap v3 [OUTDATED] Roadmap v3 Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants