| Poster | Thread |
ajs
|  |
Re: Greyscale jpegs Posted on 18-Apr-2011 19:55:32
| | [ #21 ] |
|
|
 |
Super Member  |
Joined: 8-Mar-2003 Posts: 1459
From: Surrey | | |
|
| |
| Status: Offline |
|
|
ribdevil
|  |
Re: Greyscale jpegs Posted on 18-Apr-2011 20:15:07
| | [ #22 ] |
|
|
 |
Regular Member  |
Joined: 22-Jan-2010 Posts: 260
From: Vigo - Galicia - Spain | | |
|
| @ajs
Excuse me, what's your system ?
I have CandyFactory, and works fine in the 1200, but when install the Blizzard PPC stops to work, so I can't installed in the SAM.
But now, I understand that works in youuur OS4. |
|
| Status: Offline |
|
|
BrandonLee
|  |
Re: Greyscale jpegs Posted on 18-Apr-2011 22:23:36
| | [ #23 ] |
|
|
 |
Super Member  |
Joined: 15-Dec-2003 Posts: 1355
From: Lisbon, Portugal | | |
|
| @ajs
ArtEffect v1.5 and v5
Photogenics5.0
Photogenics1.2 (now stopped working due to missing magazine code!!!!)
ImageFX2.1
GfxLab1.8 (this also CAN'T load the grayscale picture, but since it's an old program, no big deal...)
|
|
| Status: Offline |
|
|
Varthall
|  |
Re: Greyscale jpegs Posted on 25-Apr-2011 19:16:46
| | [ #24 ] |
|
|
 |
Super Member  |
Joined: 17-Feb-2004 Posts: 1559
From: Up Rough | | |
|
| @broadblues
A bit OT, but... is ImageFX' filename length limitation (max 31 characters) hardcoded inside the program, or it depends on the used loader? If the latter, could it be possible to fix it in your JPEG loader?
Varthall _________________ AmigaOne XE - AmigaOS 4.1 - Freescale 7457 1GHz - 1GB ram |
|
| Status: Offline |
|
|
number6
|  |
Re: Greyscale jpegs Posted on 3-Mar-2013 23:04:19
| | [ #25 ] |
|
|
 |
Elite Member  |
Joined: 25-Mar-2005 Posts: 11924
From: In the village | | |
|
| @thread
This seems worth bumping since we still have people trying to interchange .jpg files in particular between different applications and are having various issues.
Writing a new loader or saver for a program is a limited fix. The following is a global fix:
Download: http://os4depot.net/index.php?function=showfile&file=graphics/edit/jpegoptim.lha Put jpegoptim in c:
(1)COPY troublesome .jpg files to a new directory. (2)open a shell and change directory to your new troublesome .jpg directory. (3)type without quotes "jpegoptim -v -f #?"
You should see verbose feedback on the operation performed on the entire directory.
When completed you should be able to interchange these files with most Amiga applications. The reason we are using a "COPY" instead of the originals, is because you will lose filenotes due this being a port. If that does not matter to you...you can operate on the original files instead. For those who want to run a test first to prove this, download to RAM: http://www.reasoft.com/tutorials/web/img/progress.jpg Try to load it into Adpro for example and it will fail with: Quote:
| unsupported JPEG SOF type |
Open a shell, type jpegoptim -f -v RAM:progress.jpg Now it loads in Adpro. You'll get similar results with your other favorite apps.
#6_________________ This posting, in its entirety, represents solely the perspective of the author. *Secrecy has served us so well* |
|
| Status: Offline |
|
|
olegil
|  |
Re: Greyscale jpegs Posted on 4-Mar-2013 9:06:42
| | [ #26 ] |
|
|
 |
Elite Member  |
Joined: 22-Aug-2003 Posts: 5900
From: Work | | |
|
| @number6
Hmm. We really need to focus more on our advantages, so getting filenote support into ports should be one of the focus points for porters  _________________ This weeks pet peeve: Using "voltage" instead of "potential", which leads to inventing new words like "amperage" instead of "current" (I, measured in A) or possible "charge" (amperehours, Ah or Coulomb, C). Sometimes I don't even know what people mean. |
|
| Status: Offline |
|
|
number6
|  |
Re: Greyscale jpegs Posted on 4-Mar-2013 13:43:33
| | [ #27 ] |
|
|
 |
Elite Member  |
Joined: 25-Mar-2005 Posts: 11924
From: In the village | | |
|
| @olegil
Quote:
| Hmm. We really need to focus more on our advantages, so getting filenote support into ports should be one of the focus points for porters |
True. The same problem exists for our ported file archivers.
The issue with the old programs lies with those using their own custom loaders and savers for the most part. If a program uses datatypes (as Brandon indicated), then you'll be using current loaders and savers and not disturbing either the file headers or the filenotes.
There used to be a program called "Pegger" that intercepted .iff save calls and forced a .jpg save (configurable through Pegger).
Perhaps something like this could be done to address our older s/w. Dunno. But things like this would help all variants of Amiga, so it might be worth trying.
Some info about the concept of Pegger
#6Last edited by number6 on 04-Mar-2013 at 01:59 PM.
_________________ This posting, in its entirety, represents solely the perspective of the author. *Secrecy has served us so well* |
|
| Status: Offline |
|
|