Bug #450
low res, skewed images and other strangeness
Status: | Resolved | Start date: | 01/03/2013 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | harlo | % Done: | 0% | |
Category: | - | |||
Target version: | v1 - "Sailor" | |||
Component: |
Description
seems like images are being exported in a low-res or otherwise distorted manner.
is that a bug or feature?
History
#1 Updated by harlo about 5 years ago
neither-- it's a work--around to avoid out of memory errors on the heap memory. but after some research, i've decided to push the big pixel arrays to native memory. will update once implemented...
#2 Updated by harlo almost 5 years ago
- Status changed from New to In Progress
Updates:
1) Big data arrays handled outside of heap memory
2) All image sizes capped at 1280px; anything larger will be scaled down
3) Have an intern working on having images display "nicely" (so no skewing, lo-res looking stuff in display)
#3 Updated by n8fr8 almost 5 years ago
- Target version set to v1 - "Sailor"
#4 Updated by n8fr8 almost 5 years ago
- Status changed from In Progress to Resolved
this seems resolved to me!