Page MenuHome

Input node wont process large jpg Image
Closed, ArchivedPublic

Description

--- Operating System, Graphics card ---
Win XP pro 32 bit

--- Blender version with error, and version that worked ---
fails in: 2.66.5 r55918
works in: 2.66.1 r55142

--- Short description of error ---
Loaded a large jpg image in Image Input Node but it won't display or process. Load same image in UV/image editor and it displays properly.

--- Steps for others to reproduce the error (preferably based on attached .blend file) ---
Blend file attached with packed image. Other wise simply import a large photo 5184 x 3556 pixels

Event Timeline

I have just noticed that the node fails after changing it from Single Image to Image Sequence. This occurs in the older version of Blender as well.

As i understood your report, it's not a bug:

- Packed mages does nto support Image Sequence, so currently image won't load at all if it's packed and source is set to image sequence (in fact, when you'll try to pack image sequence, you'll have an error message about this).

- Even if you'll unpack the file, changing it to image sequence wouldn't give you any image laoded as well. This is all about image name, current frame scene, image frame offset and image start frame. Formula here is: scene_current_frame + image_offset - image_start_frame + 1. This value is also getting clamped to image frames number. In your file swtching to image sequence will try to load image IMG_0100.JPG because of image frames, start frame and offset used. You'll need to tweak this values to make your image work as sequence. Message below image path in image editor will help you torubleshooting values you need.

Thanks for the report, but it's not a bug.

Sergey Sharybin (sergey) changed the task status from Unknown Status to Archived.May 6 2013, 2:06 PM