Ticket #421 (assigned defect)

Opened 1 year ago

Last modified 1 month ago

Patch for ticket #110 and #419

Reported by: on Assigned to: decoder (accepted)
Priority: critical Milestone:
Component: Image Analysis Version: 3.5.1
Keywords: Cc:

Description

I knew for sure something was not right in the way the function get_tmpdir was running. After adding some tracing information, it shows that the function always return the same value, instead of returning a value depending on the image being analyzed.

So this patch generates the temporary directory with File::Basename::dirname of the input file whenever it is needed. The temporary file for analysis becomes the temporary directory where the original image is saved.

This seems to apply for the error in ticket #110 about pamthreshold error and ticket #419 about gifsicle error.

Attachments

diff (2.1 kB) - added by on on 15.11.2007 07:35:18.

Change History

15.11.2007 07:35:18 changed by on

  • attachment diff added.

15.11.2007 07:38:06 changed by on

  • priority changed from major to critical.

05.09.2008 01:14:33 changed by decoder

  • status changed from new to assigned.

Thank you very much, atm I do not have time to work on this project anymore (hence my missing activity in the past) but I will let this stay here to others can use it :) Thanks for the contribution


Add/Change #421 (Patch for ticket #110 and #419)