Search found 49 matches

by BrianP007
2015-12-15T12:57:14-07:00
Forum: Bugs
Topic: MagickCoreGenesis(*argv, MagickFalse); hangs
Replies: 4
Views: 5807

Re: MagickCoreGenesis(*argv, MagickFalse); hangs

Magick, C:\bin>gdb c:/bin/MagickCoreGenesis.hang.exe GNU gdb (GDB) 7.8.1 Copyright (C) 2014 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the ext...
by BrianP007
2015-12-15T09:57:26-07:00
Forum: Bugs
Topic: MagickCoreGenesis(*argv, MagickFalse); hangs
Replies: 4
Views: 5807

Re: MagickCoreGenesis(*argv, MagickFalse); hangs

Magick, << You destroy an image that has not been initialized. There is NO DESTROY ever attempted. It never gets that far. The DESTROY() is on line 31. The crash/halt/stop/freeze bug happens on line 18, MagickCoreGenesis(). It NEVER GETS to line 31 because the crash happens in earlier code. Is there...
by BrianP007
2015-12-09T22:56:38-07:00
Forum: Bugs
Topic: MagickCoreGenesis(*argv, MagickFalse); hangs
Replies: 4
Views: 5807

MagickCoreGenesis(*argv, MagickFalse); hangs

Following the example in magick/im.core.demo.c and calling MagickCoreGenesis with the name of the program, the process never completes. It appears to saturate 1 cpu/hthread, showing 12% cpu in task manager Does the same thing with normal or back-slashes in the .exe name does the same thing with Magi...
by BrianP007
2015-12-04T13:28:48-07:00
Forum: Users
Topic: IM-6.9.2-7\conftest.exe -> TrojWare.Win32.Ramnit.C@1
Replies: 1
Views: 3093

IM-6.9.2-7\conftest.exe -> TrojWare.Win32.Ramnit.C@1

Hi, Q: Did comodo's false detection and blocking of conftest.exe invalidate the config process? If so, is there a standard way (short of uninstalling comodo) to prevent it? Details: ==== I am configuring IM latest source on win7/pro/64 with cygwin.64/mingw and suddenly see a fund raising, scare scre...
by BrianP007
2015-10-19T17:51:06-07:00
Forum: Users
Topic: Create minimal TIFF from uint16_t RGB in C (GCC) and ImageMagick?
Replies: 9
Views: 10524

Re: Create minimal TIFF from uint16_t RGB in C (GCC) and ImageMagick?

Snibgo, >> I'm struggling to understand what info you want. I am struggling to boil the question down to a more basic form... What is the simplest method to create a NEW IMAGE starting with ~random sensor bits which does not involve copying/cloning an existing image??? In your first 3 posts on this ...
by BrianP007
2015-10-19T13:16:18-07:00
Forum: Users
Topic: Create minimal TIFF from uint16_t RGB in C (GCC) and ImageMagick?
Replies: 9
Views: 10524

Re: Create minimal TIFF from uint16_t RGB in C (GCC) and ImageMagick?

... make a tiny tiff from scratch. But then you have an example that reads from a file and writes to another, like ReadImage() and WriteImage() that I mentioned above. >> But then you have an example that reads from a file... You are re-re-re-repeating non-useful info. Did you read my line-by-line ...
by BrianP007
2015-10-19T10:28:02-07:00
Forum: Users
Topic: Create minimal TIFF from uint16_t RGB in C (GCC) and ImageMagick?
Replies: 9
Views: 10524

Re: Create minimal TIFF from uint16_t RGB in C (GCC) and ImageMagick?

Snibgo, I am not actually thinking about demosaicing at this point. I just want to work with the channels in their rawest possible form. As far as DCraw goes, I have built it here, optimized for my exact chipset, and seen a 6x performance over the generic (i386???) binary. I spent about an hour tryi...
by BrianP007
2015-10-18T22:08:30-07:00
Forum: Users
Topic: Create minimal TIFF from uint16_t RGB in C (GCC) and ImageMagick?
Replies: 9
Views: 10524

Re: Create minimal TIFF from uint16_t RGB in C (GCC) and ImageMagick?

I don't know how to write data from memory to an image file, but it probably involves "blobs". Doing the job by first reading the tiff file, then writing the image to another file, is simple: use ReadImage() and WriteImage(). See the demonstration program "core.c". I am still lo...
by BrianP007
2015-10-18T21:51:06-07:00
Forum: Users
Topic: Create minimal TIFF from uint16_t RGB in C (GCC) and ImageMagick?
Replies: 9
Views: 10524

Re: Create minimal TIFF from uint16_t RGB in C (GCC) and ImageMagick?

>> From snibgo << >> I don't know how to write data from memory to an image file This is essentially what the question boils down to: How to take RGB Short Int data from memory and create a tif/png with IM. >> probably involves "blobs" I already have the Binary Large OBject, 219MB of RAM w...
by BrianP007
2015-10-18T19:18:51-07:00
Forum: Users
Topic: Create minimal TIFF from uint16_t RGB in C (GCC) and ImageMagick?
Replies: 9
Views: 10524

Create minimal TIFF from uint16_t RGB in C (GCC) and ImageMagick?

Exec Summary: From inside a C program with uint16_t arrays for R,G and B, (or a single, interlaced, "uint48_t" array), what is the most direct IM way to write a usable tif/png/??? to disk with PURE, RAW DATA and a minimal header? Gory Details: DCraw creates a TIF file which essentially beh...
by BrianP007
2015-08-30T17:55:36-07:00
Forum: Bugs
Topic: 6.9.2-0 Q16 x64: Cipher DPC HDRI Modules OpenMP 420: no jpg delegate
Replies: 0
Views: 5787

6.9.2-0 Q16 x64: Cipher DPC HDRI Modules OpenMP 420: no jpg delegate

This appears to have not been reported yet: Search found 9 matches: 6.9.2 hdri delegate jpg ignored: jpg 6 9 2 After upgrading to 6.9.2-0 Q16 x64: HDRI from 6.9.0-4 Q16 x64 non/hdri, I could no longer read JPG files. With an ordinarily long file name, it would truncate the name and complain that it ...
by BrianP007
2015-06-29T07:52:27-07:00
Forum: PerlMagick
Topic: Copy_Pixels(sx, sy, width, height, dx, dy)
Replies: 9
Views: 27744

Re: Copy_Pixels(sx, sy, width, height, dx, dy)

Try http://www.imagemagick.org/download/beta/ImageMagick-6.9.1-7-Q16-x64-dll.exe I use Strawberry Perl to get the CPAN/GCC support and modules not available on Activestate. The windoz installer above is looking for Activestate which is not installed. I shutter to think of the resulting tumult from ...
by BrianP007
2015-06-28T11:19:12-07:00
Forum: PerlMagick
Topic: Copy_Pixels(sx, sy, width, height, dx, dy)
Replies: 9
Views: 27744

Re: Copy_Pixels(sx, sy, width, height, dx, dy)

I tried to build the latest beta and I don't have the same vc++ build environment your testers use. I have the express 2010 version but use GCC for most everything. And, checking, the missing .h file is really missing. It is NOT in the zip. Turns out, it is NOT included in the free ms compiler. :( C...
by BrianP007
2015-06-22T09:54:01-07:00
Forum: PerlMagick
Topic: Copy_Pixels(sx, sy, width, height, dx, dy)
Replies: 9
Views: 27744

Re: Copy_Pixels(sx, sy, width, height, dx, dy)

Ok, we'll add a CopyPixels() method to PerlMagick in ImageMagick 6.9.1-7 likely within the next week. Call it like this: $image->CopyPixels(geometry=>'100x100+10+10', dx=>110, dy=>110); The source is the image itself or you can specific the source image like this: $image->CopyPixels(source=>$mysour...
by BrianP007
2015-06-21T11:44:00-07:00
Forum: PerlMagick
Topic: Copy_Pixels(sx, sy, width, height, dx, dy)
Replies: 9
Views: 27744

Re: Copy_Pixels(sx, sy, width, height, dx, dy)

Magick, The need was to take a line of individually colored pixels, 1 pixel wide by 900 pixels tall and copy it to the left to fill the next ~17 columns: >> There are two methods to copy pixels, use Composite() with the Copy composite operator or you can use GetAuthenticPixels() / SyncAuthenticPixel...