Ticket #1712 (closed bug: fixed)
Tweak: Images and video frame default size
Reported by: | deyan | Owned by: | jani |
---|---|---|---|
Priority: | critical | Milestone: | M09_BETA1 |
Component: | uncategorized | Version: | 2.0 |
Keywords: | Cc: | ||
Category: | unknown | Effort: | |
Importance: | Ticket_group: | ||
Estimated Number of Hours: | Add Hours to Ticket: | ||
Billable?: | Total Hours: | ||
Analysis_owners: | dan | Design_owners: | jani |
Imp._owners: | jani | Test_owners: | |
Analysis_reviewers: | deyan | Changelog: | |
Design_reviewers: | meddle | Imp._reviewers: | meddle |
Test_reviewers: | dido | Analysis_score: | 4 |
Design_score: | 4 | Imp._score: | 4 |
Test_score: | 0 |
Description
If there's any way to import images/video at actual size rather than 280 x 210 pixels, that would improve this.
Change History
comment:2 Changed 16 years ago by jani
- Design_owners set to jani
- Owner set to jani
- Status changed from s1c_analysis_ok to s2a_design_started
comment:3 Changed 16 years ago by jani
- Status changed from s2a_design_started to s2b_design_finished
- For image frames, tweak the ImageLogic#insertNewFrame(PageWorkArea, ImageResource) method. The size of the inserted image can be obtained by the image() property of ImageResource. Create the new frame with that size.
- From media frames, tweak the MediaLogic#insertNewFrame(PageWorkArea, VideoBookResource) method. The size of the media can be obtained by the info().get().getDimensions() property of VideoBookResource. Create the new frame with that size.
comment:4 Changed 16 years ago by meddle
- Status changed from s2b_design_finished to s2c_design_ok
You can pass such bugs to automatically to implementation finished when you are ready with them, and their review can be done one time.
- The analysis of bugs is done when they are reported .
- A programmer picks such a bug that is an_fi and if he/she understands the report moves it to an_ok
- The programmer gives a solution plan and fixes the bug then changes it to im_fi
- Integrator reviews the bugfix and move them to im_ok with mark and then to fixed.
- If the bugfix fail the status will be returned to an_ok.
But is this even a bug??? Maybe you should talk with Milo about that. The solution will work though.
comment:5 Changed 16 years ago by jani
- Status changed from s2c_design_ok to s3a_implementation_started
- Imp._owners set to jani
comment:6 Changed 16 years ago by jani
- Status changed from s3a_implementation_started to s3b_implementation_finished
Done: [3754]
comment:7 Changed 16 years ago by meddle
- Status changed from s3b_implementation_finished to s3c_implementation_ok
- Design_score changed from 0 to 4
- Design_reviewers set to meddle
- Imp._score changed from 0 to 4
- Imp._reviewers set to meddle
Umm I don't like that "feature" but the implementation is ok.
Merged to the trunk in [3762].
4p (15m)
Note: See
TracTickets for help on using
tickets.