View Issue Details

IDProjectCategoryView StatusLast Update
0017250ScribusGraphics / Image Framespublic2024-08-16 17:13
Reporterplacroix Assigned Tojghali  
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
PlatformLinux OSlinux mintOS Version21.3
Product Version1.7.0.svn 
Fixed in Version1.7.0.svn 
Summary0017250: QImageIOHandler: Rejecting image as it exceeds the current allocation limit of 128 megabytes
DescriptionWhen 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 InformationUsing QT 6.2.4
Tagsimage
PatchNo

Activities

jghali

2024-08-14 20:43

administrator   ~0051266

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.

placroix

2024-08-16 17:13

reporter   ~0051267

Thanks,

Starting scribus with this environment variable :
ThinkStation-S30:~$ QT_IMAGEIO_MAXALLOC=0 scribus

work nicely.

Issue History

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