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

Textures for OpenSCAD Preview mode #4551

Open
wants to merge 172 commits into
base: master
Choose a base branch
from
Open

Conversation

gsohler
Copy link
Member

@gsohler gsohler commented Mar 14, 2023

Lets make Preview output more artful and introduce textures

WIP, CGAL Render is known not to work correctly, tests will fail there

Pictures tell more than a 1000 words ...

https://imgpile.com/i/hUiByM

gusohler and others added 29 commits February 9, 2023 11:20
m# Please enter the commit message for your changes. Lines starting
(void) jpeg_read_header(&cinfo, TRUE);
(void) jpeg_start_decompress(&cinfo);
row_stride = cinfo.output_width * cinfo.output_components;
img_buf=(unsigned char *) malloc(cinfo.output_width*cinfo.output_height*cinfo.output_components);

Check failure

Code scanning / CodeQL

Multiplication result converted to larger type

Multiplication result may overflow 'unsigned int' before it is converted to 'size_t'.
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

Successfully merging this pull request may close these issues.

None yet

3 participants