GNU Astronomy Utilities - Tasks: task #16096, Writing of TIFF files
You are not allowed to post comments on this tracker with your current authentication level.
task #16096: Writing of TIFF files
Submitter: | Mohammad Akhlaghi <makhlaghi> | ||
Submitted: | Wed 15 Dec 2021 08:10:50 PM UTC | ||
Should Start On: | Wed 15 Dec 2021 12:00:00 AM UTC | Should be Finished on: | Wed 15 Dec 2021 12:00:00 AM UTC |
Category: | Libraries | Priority: | 5 - Normal |
Item Group: | Enhancement | Status: | Postponed |
Privacy: | Public | Percent Complete: | 70% |
Assigned to: | None | Open/Closed: | Open |
Effort: | 0.00 |
( Jump to the original submission )
Mon 24 Apr 2023 08:34:45 PM UTC, comment #6: |
Mohammad Akhlaghi <makhlaghi>![]() |
Wed 29 Mar 2023 04:34:19 PM UTC, comment #5: I had a look at the general code and it looks clean and very well written. Nice work Fathma! I will have a closer look at it in the next few days and give feedback.
|
Mohammad Akhlaghi <makhlaghi>![]() |
Wed 29 Mar 2023 03:57:37 PM UTC, comment #4: I have worked on implementing this task and I would appreciate feedback on it.
|
Fathma Mehnoor <fathmamehnoor> |
Tue 14 Mar 2023 04:47:12 PM UTC, comment #3: Thanks for your interest Fathma, it will be a very useful feature to add to Gnuastro ;-). |
Mohammad Akhlaghi <makhlaghi>![]() |
Tue 14 Mar 2023 03:43:05 PM UTC, comment #2: Hello, I have been looking through this task and I am interested in working on it. |
Fathma Mehnoor <fathmamehnoor> |
Wed 15 Dec 2021 08:12:54 PM UTC, comment #1: In the previous post I forgot to mention that Pablo Manuel Sanchez Alarcon suggested this in a post to bug-gnuastro. |
Mohammad Akhlaghi <makhlaghi>![]() |
Wed 15 Dec 2021 08:10:50 PM UTC, original submission:
Currently Gnuastro's can only read from TIFF files, it can't write to them (see the lib/tiff.c file in Gnuastro's source)!
|
Mohammad Akhlaghi <makhlaghi>![]() |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
I pulled the branch and tried running 'make check', but hit some minor issues that were fixed in this temporary commit (we'll later merge all the commits in this branch as one commit to merge). However, the check still failed with this error:
I also rebased the branch over the latest 'master' branch. Can you please pull this new branch, and see if you can reproduce this error? If so, it would be great if you can look into its cause ;-).
By the way, your original commit message lines were longer than 80 characters and didn't have any empty line between the paragraphs, for future commits, try to follow the Gnuastro commit guidelines so the commit blends nicely into the whole history ;-). I see you had followed many of the guidelines, this one may have slipped through your fingers ;-).