My sysadmin is a splendid person! Does anyone have recommendation about what version to shoot for?
Thanks!
-J
Search found 30 matches
- 2015-07-20T14:40:08-07:00
- Forum: Users
- Topic: convert PDF to PNG gives gray instead of white background
- Replies: 5
- Views: 4323
- 2015-07-20T13:25:51-07:00
- Forum: Users
- Topic: convert PDF to PNG gives gray instead of white background
- Replies: 5
- Views: 4323
Re: convert PDF to PNG gives gray instead of white background
Thanks. Output from 6.7.7-10 via the command line doesn't have the background color issue, but is of such low quality that it is unreadable. I'll see what I can do about upgrading. We're running ubuntu 14.04 LTS and I'm not sure what my sysadmin will do for me.
- 2015-07-20T13:00:24-07:00
- Forum: Users
- Topic: convert PDF to PNG gives gray instead of white background
- Replies: 5
- Views: 4323
convert PDF to PNG gives gray instead of white background
I'm using Perl::Magick to convert PDFs containing black text on a white background to PNGs using ImageMagick 6.7.7-10 2014-03-06 Q16. The code looks like: my $image = Image::Magick->new( density => $density, units => 'PixelsPerInch' ); my $err = $image->Read( $input_path ); if ( "$err" ) { $self ...
- 2013-08-20T10:00:52-07:00
- Forum: Bugs
- Topic: identify -verbose seg faults on PSD files
- Replies: 10
- Views: 10654
Re: identify -verbose seg faults on PSD files
thanks snibgo. Aside from the OS, that's pretty close.
- 2013-08-20T09:37:03-07:00
- Forum: Bugs
- Topic: identify -verbose seg faults on PSD files
- Replies: 10
- Views: 10654
Re: identify -verbose seg faults on PSD files
Yes, the successes were on newer versions. Unfortunately, Ubuntu is mired in the past. I tried running one of the failing identify commands under valgrind. At the point where the seg fault occurs, I get the following: ==12994== Warning: silly arg (-21474812544) to malloc() ==12994== Invalid read of ...
- 2013-08-20T07:15:57-07:00
- Forum: Bugs
- Topic: identify -verbose seg faults on PSD files
- Replies: 10
- Views: 10654
Re: identify -verbose seg faults on PSD files
Thanks for your efforts.
I'm running Linux 2.6.32-40-server #87-Ubuntu SMP Tue Mar 6 02:10:02 UTC 2012 x86_64 GNU/Linux
Ubuntu 10.04.4 LTS
I'll check with my sysadmin, but any other suggestions?
I'm running Linux 2.6.32-40-server #87-Ubuntu SMP Tue Mar 6 02:10:02 UTC 2012 x86_64 GNU/Linux
Ubuntu 10.04.4 LTS
I'll check with my sysadmin, but any other suggestions?
- 2013-08-19T13:54:02-07:00
- Forum: Bugs
- Topic: identify -verbose seg faults on PSD files
- Replies: 10
- Views: 10654
- 2013-08-19T13:49:40-07:00
- Forum: Bugs
- Topic: identify -verbose seg faults on PSD files
- Replies: 10
- Views: 10654
identify -verbose seg faults on PSD files
IM 6.5.7-8.
Tried on 7 (~100MB) files. Only one succeeded.
I can put a sample file up on Dropbox or ??
Thanks!
Tried on 7 (~100MB) files. Only one succeeded.
I can put a sample file up on Dropbox or ??
Thanks!
- 2012-01-19T07:54:13-07:00
- Forum: Users
- Topic: convert pict to pict only does top 20% of image
- Replies: 12
- Views: 22698
Re: convert pict to pict only does top 20% of image
"AVHDC" + caffein deficit = AVCHD + caffein normal
- 2012-01-19T07:09:43-07:00
- Forum: Users
- Topic: convert pict to pict only does top 20% of image
- Replies: 12
- Views: 22698
Re: convert pict to pict only does top 20% of image
As far as I know (which is not far at all) PICT is essentially an Apple legacy format. Grabbing frames from video doesn't seem to be a high traffic area for QT 7 Pro. The feature has been around for a long time, but has not been carried into the standard QT Player. As far as I can tell, QT 7 Pro ...
- 2012-01-18T20:58:10-07:00
- Forum: Users
- Topic: convert pict to pict only does top 20% of image
- Replies: 12
- Views: 22698
Re: convert pict to pict only does top 20% of image
Thanks!! I'll forward the issue.
What is creating the PICT image is Apple's Quicktime 7 Pro.
I'll look into using Graphic Converter instead of IM.
What is creating the PICT image is Apple's Quicktime 7 Pro.
I'll look into using Graphic Converter instead of IM.
- 2012-01-18T20:00:44-07:00
- Forum: Users
- Topic: convert pict to pict only does top 20% of image
- Replies: 12
- Views: 22698
Re: convert pict to pict only does top 20% of image
Sorry, should have made clear that was the INPUT file as produced by QT Pro. I have no problems with it either.
Try running convert on it to see what you get.
Thanks!
Try running convert on it to see what you get.
Thanks!
- 2012-01-18T19:47:36-07:00
- Forum: Users
- Topic: convert pict to pict only does top 20% of image
- Replies: 12
- Views: 22698
Re: convert pict to pict only does top 20% of image
Here's the image: http://www.mediafire.com/?72n6duac2t9s2q1 and the verbose output: Image: ../test_convert/los_vegas/A_CAR/in//998969.pct Format: PICT (Apple Macintosh QuickDraw/PICT) Class: DirectClass Geometry: 1920x1080+0+0 Resolution: 72x72 Print size: 26.6667x15 Units: Undefined Type: TrueColor ...
- 2012-01-18T19:14:40-07:00
- Forum: Users
- Topic: convert pict to pict only does top 20% of image
- Replies: 12
- Views: 22698
Re: convert pict to pict only does top 20% of image
Thanks fmw42. The command is in the 1st post in this thread. It's just convert input.pct -brightness-contrast 10x5 output.pct I get the same top 20% only result using -auto-gamma or no options at all. Also, trying to convert to JPG (which is the format I want to end up with) produces the same 20 ...
- 2012-01-18T15:19:51-07:00
- Forum: Users
- Topic: convert pict to pict only does top 20% of image
- Replies: 12
- Views: 22698
Re: convert pict to pict only does top 20% of image
Forgot to explain that the top 20% or so of the image appears. The bottom 80% is white. maitreya:~/Documents/Projects/Grossman/breeze_docs/carillon/src$ identify ../test_convert/los_vegas/A_CAR/out_b10c5/998969.pct ../test_convert/los_vegas/A_CAR/out_b10c5/998969.pct PICT 1920x1080 1920x1080+0+0 8 ...