-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Issue Description
Document.AddPicture Imports Images Sideways. They are not in the correct orientation even if I rotate the images themselves
Steps to Reproduce
- Create new go project
- Add godocx
- Create new document
- Add Picture and save
Expected Behavior
The picture should appear in the correct orientation
Actual Behavior
The picture appears sideways
Environment Details
- GoDocx Library Version: v0.1.5
- Go Version: 1.24.1
- Operating System: Windows
- Word Processor Used: Word
- Word Processor Version: Version 2502 Build 16.0.18526.20168
Sample Code
doc, _ := godocx.NewDocument()
doc.AddPicture("20250325_175712.jpg", units.Inch(3), units.Inch(4))
doc.SaveTo("doc.docx")
Additional Information
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working