Cannot find codec for 'jpg' image format Topic is solved

Problems building or running the engine, queries about how to use features etc.
Post Reply
Owl53
Halfling
Posts: 92
Joined: Sat Jul 22, 2017 2:32 pm
x 4

Cannot find codec for 'jpg' image format

Post by Owl53 »

Ogre Version: 1.11
Operating System: Windows 10
Render System: OpenGL

Code: Select all

Ogre::ItemIdentityException::ItemIdentityException: Can not find codec for 'jpg' image format.
Supported formats are: dds ktx pkm.
Hi,

As stated in the title, I am currently trying to solve the issue of not being able to load jpgs. From researching this error on other forum posts, it seems likely that when I built ogre from source (using cmake-gui), I accidentally selected/or unselected something I shouldn't have done. Could anyone clarify what the mistaken option was likely to have been so I can rebuild Ogre with the correct options? Or is the issue something else?

Thanks
paroj
OGRE Team Member
OGRE Team Member
Posts: 1995
Joined: Sun Mar 30, 2014 2:51 pm
x 1075
Contact:

Re: Cannot find codec for 'jpg' image format

Post by paroj »

Owl53
Halfling
Posts: 92
Joined: Sat Jul 22, 2017 2:32 pm
x 4

Re: Cannot find codec for 'jpg' image format

Post by Owl53 »

paroj wrote: Mon Oct 01, 2018 6:01 pm see viewtopic.php?t=94479
Brilliant, that solved the issue. Thanks again!
Post Reply