Problems registering, no confirmation email - see http://wiki.scribus.net/canvas/Forums_Registration
import scribus
frame = scribus.getSelectedObject()
txt = scribus.getAllText(frame)
txt = '(' + txt + ')'
scribus.deleteText(frame)
position = 0
scribus.insertText(txt, position, frame)
scribus.layoutTextChain(frame)
scribus.setRedraw(True)
scribus.docChanged(True)
Quote from: rocking on May 06, 2025, 04:02:24 AMThe selected value was "Normal resolution". I changed it to High and now it looks good. It's a bit of a pain to do this for every image.There is a per document setting for image resolution to display. It is in the view menu, It is set to Normal usually. Look for it in the main toolbar, it is usually the last section and has monitor with some color block displayed in it (color management), and an eye icon (print preview), and an edit in preview mode, (looks like an old ink pen) and another drop down menu for previewing your document in various color vision deficient versions)