Search found 32 matches
- Wed Sep 09, 2020 11:10 am
- Forum: MP - Suggestions
- Topic: Add a way for plug-ins to report the Pixel Aspect Ratio
- Replies: 1
- Views: 272
Add a way for plug-ins to report the Pixel Aspect Ratio
Currently, plug-ins have no way to report to XnView MP (or XnConvert) what's the Pixel Aspect Ratio of the image it decoded. This means that some plug-in decoded images will end up having the same Aspect Ratio problems that MP had with GIF, PNG and JPG not long ago . Please add support on the API so...
- Sat Nov 02, 2019 5:14 pm
- Forum: Classic - General Support
- Topic: MAKIchan image format?
- Replies: 14
- Views: 3191
Re: MAKIchan image format?
It's also worth mentioning that the Makichan supported many more platforms than just the PC98. Namely, it supported: PC98, PC88, MSX2, MSX2+, X68000, FM-Towns and Mac. I believe it's the only multi-platform image format that has full support for the MSX2/2+ advanced screen modes (interlace, high-col...
- Sat Nov 02, 2019 4:52 pm
- Forum: Classic - General Support
- Topic: MAKIchan image format?
- Replies: 14
- Views: 3191
Re: MAKIchan image format?
This ana assembly language looks like some hybrid between Pascal and 8086 asm. This is the content of the mag_wrt.ana file: submodule Mag import GH import Dos import Pri import Subr import Deb import Std @define GHT() GH.T[ds:0] ///////////////////////////////////////////////////////////////////////...
- Sat Nov 02, 2019 4:09 pm
- Forum: Classic - General Support
- Topic: MAKIchan image format?
- Replies: 14
- Views: 3191
Re: MAKIchan image format?
I found the original asm sources of the MG.EXE v0.99 . It's considered to be the one of the best Makichan/Pi encoders of that era. Maybe it can help on the development of a modern encoder? The ana86 assembler is also supplied in that page. The author still seems to be kicking around , and if I under...
- Sat Nov 02, 2019 2:31 pm
- Forum: MP - Suggestions
- Topic: Preference setting to give priority to plugins
- Replies: 1
- Views: 454
Preference setting to give priority to plugins
Nowadays, whenever there's an image format that both XnViewMP and a plug-in decodes, XnView will only use its own internal decoder. It would be nice to have a checkbox in the preference settings to give priority to the plug-in decoders, since they might have enhanced features that the internal decod...
- Fri Nov 01, 2019 12:10 am
- Forum: XnConvert
- Topic: [Suggestion] Improvements on the Change Color Depth action
- Replies: 6
- Views: 1704
Re: [Suggestion] Improvements on the Change Color Depth action
I found a bug in the Change Color Deph action. When a dithering method is selected, the selected number of colors is most of the times ignored. Steps to reproduce: 1) Add a 24bit color image to the list 2) Add the Change Color Depth action 3) Select Colors=64 and Dithering=Floyd Steinberg 4) Click o...
- Sun Oct 14, 2018 3:46 pm
- Forum: XnConvert
- Topic: [bug] Automatic crop sometimes work incorrectly
- Replies: 5
- Views: 1041
- Sun Oct 14, 2018 3:33 pm
- Forum: XnConvert
- Topic: [Feature Request] 2-bit BMP export
- Replies: 2
- Views: 567
Re: [Feature Request] 2-bit BMP export
My case is more specific. I have another software that takes this 2-bit BMP format as the input to generate another legacy image format. :) It may sound weird, but I'm one of the contributors for the Retro gallery . This means we have to deal with a lot of legacy image formats in order to preserve t...
- Sat Sep 29, 2018 11:59 pm
- Forum: XnConvert
- Topic: [bug] Automatic crop sometimes work incorrectly
- Replies: 5
- Views: 1041
Re: [bug] Automatic crop sometimes work incorrectly
The problem still happens with some indexed images.
Repeat the same steps listed for the 1st image in this thread with the MSCHOO25.GIF attached here.
Repeat the same steps listed for the 1st image in this thread with the MSCHOO25.GIF attached here.
- Tue Sep 25, 2018 1:42 am
- Forum: XnConvert
- Topic: [Feature Request] 2-bit BMP export
- Replies: 2
- Views: 567
[Feature Request] 2-bit BMP export
Nowadays, XnConvert can read 2-bit BMP files (aka 4-color BMPs), which is great, but sadly it can't export BMP files in this color depth.
This makes it impossible to generate BMP files for the Windows CE.
Please implement support to export 2-bit BMP files.
This makes it impossible to generate BMP files for the Windows CE.
Please implement support to export 2-bit BMP files.
- Tue Sep 25, 2018 1:35 am
- Forum: XnConvert
- Topic: [bug] Pixel Aspect Ratio is not being saved on GIF files
- Replies: 2
- Views: 439
Re: [bug] Pixel Aspect Ratio is not being saved on GIF files
Can it be implemented?
- Tue Sep 25, 2018 1:31 am
- Forum: XnConvert
- Topic: [Suggestion] Improvements on the Change Color Depth action
- Replies: 6
- Views: 1704
Re: [Suggestion] Improvements on the Change Color Depth action
Exactly. :) For example, to convert a set of images to a specific fixed palette. A way to limit to any arbitrary number colors within that palette would still be necessary. This would allow images to be converted, for example, to the C64 palette, or the Atari ST palette. Also, any of the palettes of...
- Sun Sep 23, 2018 1:32 pm
- Forum: XnConvert
- Topic: [bug] Pixel Aspect Ratio is not being saved on GIF files
- Replies: 2
- Views: 439
[bug] Pixel Aspect Ratio is not being saved on GIF files
The Pixel Aspect Ratio metadata is not being saved when images are converted to GIF. Tested on XnConvert v1.77 on Mac OS-X v10.13.6. Steps to reproduce 1) Add the two images attached here (Lenna2x1.png and ShouldBeSquare1x2.png) to the Input tab 2) Clear any actions present on the Action tab 3) On t...
- Fri Sep 21, 2018 8:11 pm
- Forum: XnConvert
- Topic: [Suggestion] Improvements on the Change Color Depth action
- Replies: 6
- Views: 1704
Re: [Suggestion] Improvements on the Change Color Depth action
Is it possible to have GIMP .gpl palette support on the change color depth action?
- Fri Sep 21, 2018 7:44 pm
- Forum: New
- Topic: [bug] Action tab preview bugs
- Replies: 0
- Views: 1268
[bug] Action tab preview bugs
Both bugs were tested on XnConvert v1.77 on Mac OS-X v10.13.6. Bug-1) When you change from one image to another, the Action tab preview keeps locked to the old image. Steps to reproduce: (if XnConvert is already running, close it an run it again) 1) Drag and drop the TAMA2.gif image to the Input tab...