<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to feature-requests</title><link href="https://sourceforge.net/p/mcomix/feature-requests/" rel="alternate"/><link href="https://sourceforge.net/p/mcomix/feature-requests/feed.atom" rel="self"/><id>https://sourceforge.net/p/mcomix/feature-requests/</id><updated>2026-04-13T20:21:54.787000Z</updated><subtitle>Recent changes to feature-requests</subtitle><entry><title>bookmark notes/description</title><link href="https://sourceforge.net/p/mcomix/feature-requests/138/" rel="alternate"/><published>2026-04-13T20:21:54.787000Z</published><updated>2026-04-13T20:21:54.787000Z</updated><author><name>Haelwenn (lanodan) Monnier</name><uri>https://sourceforge.net/u/lanodan/</uri></author><id>https://sourceforge.net22cf544d422e90a160cb0618cbb5c976c2b7507c</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Would be neat to be able to add a bit of text with bookmarks to find a page again, as otherwise you only have the typically non-descriptive filenames as information.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#123 Webcomic mode? (Plus different config sets)</title><link href="https://sourceforge.net/p/mcomix/feature-requests/123/?limit=25#a17d" rel="alternate"/><published>2025-10-27T04:40:56.920000Z</published><updated>2025-10-27T04:40:56.920000Z</updated><author><name>Athanasios Kanellopoulos</name><uri>https://sourceforge.net/u/akanel/</uri></author><id>https://sourceforge.neta09d5dccbca0efe131be3f9d086b7d03c117cf8c</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;If the project maintainers are open to the idea, I am happy to sponsor development for the "continuous mode" (the implementation as described by JMA and FeRD; a new view option given to the user).&lt;br/&gt;
I pledge $600 (USD) if this feature can be shipped within 2026 at the latest.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#137 Support CMYK and color profile conversion</title><link href="https://sourceforge.net/p/mcomix/feature-requests/137/?limit=25#1735" rel="alternate"/><published>2025-10-15T16:34:42.243000Z</published><updated>2025-10-15T16:34:42.243000Z</updated><author><name>Jellby</name><uri>https://sourceforge.net/u/jellby/</uri></author><id>https://sourceforge.netd2ba23421a8381d4e8755f91bb890b2fc9db3321</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;MR &lt;a href="https://sourceforge.net/p/mcomix/git/merge-requests/53/"&gt;https://sourceforge.net/p/mcomix/git/merge-requests/53/&lt;/a&gt; implements this feature.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Support CMYK and color profile conversion</title><link href="https://sourceforge.net/p/mcomix/feature-requests/137/" rel="alternate"/><published>2025-01-02T08:38:57.798000Z</published><updated>2025-01-02T08:38:57.798000Z</updated><author><name>Jellby</name><uri>https://sourceforge.net/u/jellby/</uri></author><id>https://sourceforge.netfc638fbdd55bc2d54b9d654fe8a8c9067c222cab</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Take this image as an example &lt;a href="https://wp.comicskingdom.com/comicskingdom-redesign-uploads-production/2024/12/Y2tQcmluY2UgVmFsaWFudC1FTkctNDYyNDEwOA.jpg" rel="nofollow"&gt;https://wp.comicskingdom.com/comicskingdom-redesign-uploads-production/2024/12/Y2tQcmluY2UgVmFsaWFudC1FTkctNDYyNDEwOA.jpg&lt;/a&gt;&lt;br/&gt;
When opened in MComix (old 1.3.0.dev0 in Ubuntu 22.04, sorry), it's displayed with garish colors, definitely not the same as when opened with GIMP (see also &lt;a href="https://stackoverflow.com/questions/79322180/converting-a-cmyk-jpeg-to-rgb/79322257" rel="nofollow"&gt;https://stackoverflow.com/questions/79322180/converting-a-cmyk-jpeg-to-rgb/79322257&lt;/a&gt;). I couldn't find much related to CMYK or color profiles in the current git source, so I presume it will still be the same. I would have filed this as a bug if I could have tried the latest version.&lt;/p&gt;
&lt;p&gt;This seems to work for that particular image, I guess something like it could be included in the MComix workflow, and relevant preferences could be added.&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;&lt;span class="kn"&gt;from&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nn"&gt;PIL&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="kn"&gt;import&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;Image&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;ImageCms&lt;/span&gt;
&lt;span class="kn"&gt;from&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nn"&gt;io&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="kn"&gt;import&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;BytesIO&lt;/span&gt;

&lt;span class="n"&gt;img&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;Image&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;open&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="s1"&gt;'input.jpg'&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;span class="n"&gt;img&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;show&lt;/span&gt;&lt;span class="p"&gt;()&lt;/span&gt;
&lt;span class="n"&gt;orig_icc&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;ImageCms&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;ImageCmsProfile&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;BytesIO&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;img&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;info&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;get&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="s1"&gt;'icc_profile'&lt;/span&gt;&lt;span class="p"&gt;)))&lt;/span&gt;
&lt;span class="n"&gt;srgb_icc&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;ImageCms&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;createProfile&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="s1"&gt;'sRGB'&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;span class="n"&gt;img&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;ImageCms&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;profileToProfile&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;img&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;orig_icc&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;srgb_icc&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;renderingIntent&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="mi"&gt;0&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;outputMode&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s1"&gt;'RGB'&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;span class="n"&gt;img&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;show&lt;/span&gt;&lt;span class="p"&gt;()&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;</summary></entry><entry><title>#135 Easy mouse-driven "un-fullscreen"</title><link href="https://sourceforge.net/p/mcomix/feature-requests/135/?limit=25#0ef6/92e6/7025/cc99" rel="alternate"/><published>2024-11-15T05:56:17.415000Z</published><updated>2024-11-15T05:56:17.415000Z</updated><author><name>Stephan Sokolow</name><uri>https://sourceforge.net/u/ssokolow/</uri></author><id>https://sourceforge.netf0bc2b9c1ae6d00b5ea7063947f9c68055f16991</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;blockquote&gt;
&lt;p&gt;TBH I'd love to see a Qt GUI for MComix.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;We'll see how things unfold. Right now, I'm still clearing out a large backlog of "TLC needed" for hobby projects tracing back to when time management problems I was already having were exacerbated by COVID bursting onto the scene.&lt;/p&gt;
&lt;p&gt;As such, any MComix stuff is considered "less than ideal, but it works, so focus on the things that are broken or &lt;em&gt;de facto&lt;/em&gt; abandoned".&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Not sure if PyQt is a better choice than Qt for Python, now that it has official support in Qt6.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;To be honest, the reason I said PyQt is that I'm still back on Kubuntu Linux 22.04 LTS (I'm a little behind on evaluating whether 24.04.1 fixed the complaints that blocked me from 24.04 when I first made time to plan an upgrade) and I'm still targeting Qt 5 for stuff I write Right Now™.&lt;/p&gt;
&lt;p&gt;I'll probably be using Qt for Python for Qt 6 if for no other reason than it's more official... especially if I can figure out a comfortable workflow for developing against the KDE Flatpak runtime as my primary development target.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;it probably doesn't matter much, since for the most part the two projects have been dovetailing towards compatibility, or at least relatively simple porting between their two quirk-sets.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;*nod* Annoying that PyQt is working against a Qt 6 version of something like AnyQt.&lt;/p&gt;
&lt;p&gt;(The PyQt project removing Qt resource support from PyQt6 left a bad taste in my mouth. "Just use Python resources" sort of misses the point that code like &lt;code&gt;QIcon(":/icons/foo.svg")&lt;/code&gt; will not only always be simpler than anything based around &lt;code&gt;importlib.resources&lt;/code&gt;, but it's a more familiar style to Qt developers, and it opens up the possibility of maintaining sets of &lt;code&gt;.qrc&lt;/code&gt; files packaging up standard resources that can be shared by Python and C++ project builds.)&lt;/p&gt;
&lt;p&gt;Agreed. You don't drop format support in bindings for something.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#135 Easy mouse-driven "un-fullscreen"</title><link href="https://sourceforge.net/p/mcomix/feature-requests/135/?limit=25#0ef6/92e6/7025" rel="alternate"/><published>2024-11-15T05:25:00.541000Z</published><updated>2024-11-15T05:25:00.541000Z</updated><author><name>FeRD</name><uri>https://sourceforge.net/u/ferd617/</uri></author><id>https://sourceforge.neta85d5751c867fe728de6762c1ddcbfc383de5a24</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;TBH I'd love to see a Qt GUI for MComix. I've kind of grown to hate Gtk, and given that MComix is currently written in very ancient Gtk3, updating it to Gtk4 is probably an equal challenge to just replacing it with something built in Qt.&lt;/p&gt;
&lt;p&gt;Not sure if PyQt is a better choice than Qt for Python, now that it has official support in Qt6. But it probably doesn't matter much, since for the &lt;em&gt;most&lt;/em&gt; part the two projects have been dovetailing towards compatibility, or at least relatively simple porting between their two quirk-sets.&lt;/p&gt;
&lt;p&gt;(The PyQt project removing Qt resource support from PyQt6 left a bad taste in my mouth. "Just use Python resources" sort of misses the point that code like &lt;code&gt;QIcon(":/icons/foo.svg")&lt;/code&gt; will not only always be simpler than anything based around &lt;code&gt;importlib.resources&lt;/code&gt;, but it's a more familiar style to Qt developers, and it opens up the possibility of maintaining sets of &lt;code&gt;.qrc&lt;/code&gt; files packaging up standard resources that can be shared by Python and C++ project builds.)&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Support For Mouse Back And Forward Buttons To Change Pages</title><link href="https://sourceforge.net/p/mcomix/feature-requests/136/" rel="alternate"/><published>2024-10-06T10:39:58.268000Z</published><updated>2024-10-06T10:39:58.268000Z</updated><author><name>S SD</name><uri>https://sourceforge.net/u/zehcnas/</uri></author><id>https://sourceforge.net36ec7d586f1864bf8b4361ac2680b3f53b793758</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Please add support for mouse back and forward buttons to change pages. &lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#135 Easy mouse-driven "un-fullscreen"</title><link href="https://sourceforge.net/p/mcomix/feature-requests/135/?limit=25#0ef6/92e6" rel="alternate"/><published>2024-09-03T21:33:33.082000Z</published><updated>2024-09-03T21:33:33.082000Z</updated><author><name>Stephan Sokolow</name><uri>https://sourceforge.net/u/ssokolow/</uri></author><id>https://sourceforge.net9cba5bc3c54422257f6a3965615025fee225a991</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;blockquote&gt;
&lt;p&gt;Why is it a choice between (a) the MComix devs making the change in the project; and (b) you making the change as a local patch you'll have to carry.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Because my patchset for MComix would be "How can I rip out everything that has changed since the last Comix release with minimal effort?" (Less "helpful PR material" and more "a private GIMPshop to MComix's The GIMP".)&lt;/p&gt;
&lt;p&gt;(I'm one of those people who stayed on Comix, despite MComix being available, until the last supported month of the last Kubuntu LTS that had it in its repos, and was then just responsible enough to not continue accumulating ambient technical debt by manually re-installing Comix from upstream.)&lt;/p&gt;
&lt;p&gt;Heck, given the stable of components for PyQt that I'm slowly growing to completion for other image-related projects, including a scanlation aid that's sort of "to Comix as Adobe Acrobat is to Acrobat Reader", functionality-wise (i.e. Comix, plus annotation features, embedded in a bigger IDE-esque UI), it's likely that you'll see me putting up a PyQt approximation of the old Comix UI some time in the next few years as an "I'm just scratching my own itch, but maybe someone else will benefit from this" thing.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#135 Easy mouse-driven "un-fullscreen"</title><link href="https://sourceforge.net/p/mcomix/feature-requests/135/?limit=25#0ef6" rel="alternate"/><published>2024-09-03T21:10:39.547000Z</published><updated>2024-09-03T21:10:39.547000Z</updated><author><name>FeRD</name><uri>https://sourceforge.net/u/ferd617/</uri></author><id>https://sourceforge.net8147ebd3ac3eb015028b11b42ad17b0ed0c8c265</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;blockquote&gt;
&lt;p&gt;While I AM a Python programmer, I'd rather not be responsible for maintaining my own patchset.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;That's kind of a false dilemma, though. Why is it a choice between (a) the MComix devs making the change in the project; and (b) you making the change as a local patch you'll have to carry.&lt;/p&gt;
&lt;p&gt;Option (c) is you making the change, and submitting a Merge Request to the project!&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#135 Easy mouse-driven "un-fullscreen"</title><link href="https://sourceforge.net/p/mcomix/feature-requests/135/?limit=25#0ba5" rel="alternate"/><published>2024-09-03T21:05:38.467000Z</published><updated>2024-09-03T21:05:38.467000Z</updated><author><name>FeRD</name><uri>https://sourceforge.net/u/ferd617/</uri></author><id>https://sourceforge.net91fd95ed7c053117bc2f178fccf1992124c3f348</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I'm actually inclined to agree with this, to an extent.&lt;/p&gt;
&lt;p&gt;The current context menu is too busy, and incredibly poorly organized for its actual purpose. The entire "View", "Go", and "Bookmarks" menu are swallowed in there verbatim. Big parts of the "File" menu are as well (and "Preferences"  from the Edit menu), though at least they're promoted up a level instead of being at the submenu level. Don't even get me started on the Zoom controls being buried &lt;strong&gt;TWO&lt;/strong&gt; levels deep.&lt;/p&gt;
&lt;p&gt;Way too much of what's there isn't actually &lt;em&gt;contextual&lt;/em&gt; at all. (How is access to the Preferences a contextual action? Or the Recent files list?) A proper &lt;strong&gt;context&lt;/strong&gt; menu would show only actions that depend on the current context, and adjust them to account for it as well. (For example, showing "Exit Fullscreen" only when MComix is fullscreened, and "Fullscreen" when it wasn't. Or not showing "Go to First Page" or "Go to Previous Page" when viewing the first page of a file.)&lt;/p&gt;
&lt;p&gt;I added the Fullscreen toolbar button, forever ago, because the View menu is woefully insufficient for quick access to fullscreen mode — and that's just as true whether it's the menubar View menu or the context-menu View submenu. But toolbar-Fullscreen only does half the job, there should really be a corresponding means of &lt;em&gt;exiting&lt;/em&gt; fullscreen that's just as quickly accessible.&lt;/p&gt;
&lt;p&gt;A top-level context menu option would be an improvement.&lt;/p&gt;
&lt;p&gt;For &lt;strong&gt;maximum&lt;/strong&gt; utility, I'd actually prefer a clickable &lt;em&gt;button&lt;/em&gt; to exit fullscreen — one that's normally hidden, but appears based on input events. Like the "Exit Fullscreen" button that Chrome shows when a webpage is fullscreened. (See attached screenshot.)&lt;/p&gt;
&lt;p&gt;The button could either appear briefly whenever the mouse is moved over the page canvas (like expanding scrollbars), or when the pointer is in proximity to the top edge of the screen (like Chrome's un-fullscreen button). Like either of those, it should hide itself again a few seconds after mouse movement ends, no matter where the pointer is located.&lt;/p&gt;
&lt;p&gt;As an added bonus, if we were to do this for an un-fullscreen button, then we could also add floating "Prev" and "Next" page-flipping buttons (or, better, regions) on either &lt;em&gt;side&lt;/em&gt; of the canvas, which would be one way to solve the whole click-navigation direction thing.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>