View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0017250 | Scribus | Graphics / Image Frames | public | 2024-08-03 14:36 | 2024-09-16 20:54 |
Reporter | placroix | Assigned To | jghali | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Platform | Linux | OS | linux mint | OS Version | 21.3 |
Product Version | 1.7.0.svn | ||||
Fixed in Version | 1.7.0.svn | ||||
Summary | 0017250: QImageIOHandler: Rejecting image as it exceeds the current allocation limit of 128 megabytes | ||||
Description | When trying to open a scribus file previously done with scribus 1.6.1 on scribus 1.7.0.snv, i get this error on some images : qt.gui.imageio: QImageIOHandler: Rejecting image as it exceeds the current allocation limit of 128 megabytes This does not hapen with scribus 1.6.1 (flatpack) Getting problematics images resized with imagemagick ( mogrify -resize 4096x4096 *.png ) solve the problem on scribus 1.7.0.snv, but it's would be realy better to keep original images | ||||
Additional Information | Using QT 6.2.4 | ||||
Tags | image | ||||
Patch | No | ||||
|
Scribus 1.7.0.svn uses a new major version of the Qt toolkit. This new version defines an allocation limit per image contrary to the Qt5 version used by Scribus 1.6.x. I have increased the allocation limit to 1024Mb. Per Qt documentation, this limit can also be overriden with the QT_IMAGEIO_MAXALLOC environment variable. |
|
Thanks, Starting scribus with this environment variable : ThinkStation-S30:~$ QT_IMAGEIO_MAXALLOC=0 scribus work nicely. |
Date Modified | Username | Field | Change |
---|---|---|---|
2024-08-03 14:36 | placroix | New Issue | |
2024-08-03 14:36 | placroix | Tag Attached: image | |
2024-08-14 20:43 | jghali | Assigned To | => jghali |
2024-08-14 20:43 | jghali | Status | new => resolved |
2024-08-14 20:43 | jghali | Resolution | open => fixed |
2024-08-14 20:43 | jghali | Fixed in Version | => 1.7.0.svn |
2024-08-14 20:43 | jghali | Note Added: 0051266 | |
2024-08-16 17:13 | placroix | Note Added: 0051267 | |
2024-09-16 20:54 | cbradney | Status | resolved => closed |