I'm making a tool to put a selection of graphics in a row and export them. The total combined pixel width is over 18000px, and the height is 1536px. When I group the items and export the group it works well, except the group is 8 pixels wider and taller than the actual objects. The end result needs to be the precise height and combined width of the images, so that makes the exported graphic too large. Is there a way to set a group NOT to have this extra width and height applied to a group? Or is there a simple way to export the set of images as a single graphic without grouping them?
k
Dimensions of groups
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Dimensions of groups
Technical Writer, Meta
University Lecturer
Technical Editor, MacUser (1996-2015)
360 VR media specialist
University Lecturer
Technical Editor, MacUser (1996-2015)
360 VR media specialist
-
- VIP Livecode Opensource Backer
- Posts: 10057
- Joined: Sat Apr 08, 2006 7:05 am
- Contact:
Re: Dimensions of groups
Try setting the margins of the group to zero.
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
Re: Dimensions of groups
Hi
Is it possible that the default margins, four pixels, is creating the offset you are seeing? These are set upon creation, unless the templateGroup has been pre-defined.
Look up the "margins" property in the dictionary. This allows you to manage all four at once.
Craig Newman
Is it possible that the default margins, four pixels, is creating the offset you are seeing? These are set upon creation, unless the templateGroup has been pre-defined.
Look up the "margins" property in the dictionary. This allows you to manage all four at once.
Craig Newman
Re: Dimensions of groups
Bingo! Thanks Richard and Craig, that was it. I must have tried every other conceivable option but totally blanked on that one. 

Technical Writer, Meta
University Lecturer
Technical Editor, MacUser (1996-2015)
360 VR media specialist
University Lecturer
Technical Editor, MacUser (1996-2015)
360 VR media specialist